#142434

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

Shades of Tangaroa #142434

Tints of Tangaroa #142434

Color information

#142434 (or 0x142434) is unknown color: approx Tangaroa. HEX triplet: 14, 24 and 34. RGB value is (20,36,52). Sum of RGB (Red+Green+Blue) = 20+36+52=108 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.52% from 108); Green value is 36 (14.45% from 255 or 33.33% from 108); Blue value is 52 (20.70% from 255 or 48.15% from 108); Max value from RGB is 52 - color contains mainly: blue. Hex color #142434 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142434 is #EBDBCB. Grayscale: #202020. Windows color (decimal): -15457228 or 3417108. OLE color: 3417108.

HSL color Cylindrical-coordinate representation of color #142434: hue angle of 210º 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 #142434 is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB203652-
CMYK0.620.3100.80
HSL210º44.44%14.12%-
HSV(B)210º61.54%20.39%-
XYZ1.541.663.49-
YUV33.04138.7118.7-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.52%
GREEN value IS 36 (14.45% from 255) = 33.33%
BLUE value IS 52 (20.70% from 255) = 48.15%
R=18.52%
G=33.33%
B=48.15%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2036520.620.3100.8021044.4414.12
Hex1424343E1F050d22ce
Octal244464763701203225416
Binary101001001001101001111101111101010000110100101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142434; }

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

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

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

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

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

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

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

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