#143134

Color #143134 Nordic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nordic #143134

Tints of Nordic #143134

Color information

#143134 (or 0x143134) is unknown color: approx Nordic. HEX triplet: 14, 31 and 34. RGB value is (20,49,52). Sum of RGB (Red+Green+Blue) = 20+49+52=121 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.53% from 121); Green value is 49 (19.53% from 255 or 40.50% from 121); Blue value is 52 (20.70% from 255 or 42.98% from 121); Max value from RGB is 52 - color contains mainly: blue. Hex color #143134 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143134 is #EBCECB. Grayscale: #282828. Windows color (decimal): -15453900 or 3420436. OLE color: 3420436.

HSL color Cylindrical-coordinate representation of color #143134: hue angle of 185.62º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #143134 is Cyan = 0.62, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB204952-
CMYK0.620.0600.80
HSL185.62º44.44%14.12%-
HSV(B)185.62º61.54%20.39%-
XYZ2.012.593.64-
YUV40.67134.39113.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 20 (8.20% from 255) = 16.53%
GREEN value IS 49 (19.53% from 255) = 40.50%
BLUE value IS 52 (20.70% from 255) = 42.98%
R=16.53%
G=40.50%
B=42.98%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2049520.620.0600.80185.6244.4414.12
Hex1431343E6050ba2ce
Octal24616476601202725416
Binary1010011000111010011111011001010000101110101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143134; }

 p { color: rgb(20,49,52); }

 H1.HeaderClassName
 {
   color: #143134;
 }
 .AnyTagClassName
 {
   color: #143134;
 }
</style>
background-color css

<style>
 a { background-color: #143134; }

 a { background-color: rgb(20,49,52); }

 div.DivClassName
 {
   background-color: #143134;
 }
 .BgClassName
 {
   background-color: #143134;
 }
</style>
border-color css

<style>
 span { border-color: #143134; }

 span { border-color: rgb(20,49,52); }

 td.TdClassName
 {
   border-color: #143134;
 }
 .TagClassName
 {
   border-color: #143134;
 }
</style>