#142234

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

Shades of Tangaroa #142234

Tints of Tangaroa #142234

Color information

#142234 (or 0x142234) is unknown color: approx Tangaroa. HEX triplet: 14, 22 and 34. RGB value is (20,34,52). Sum of RGB (Red+Green+Blue) = 20+34+52=106 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.87% from 106); Green value is 34 (13.67% from 255 or 32.08% from 106); Blue value is 52 (20.70% from 255 or 49.06% from 106); Max value from RGB is 52 - color contains mainly: blue. Hex color #142234 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142234 is #EBDDCB. Grayscale: #1F1F1F. Windows color (decimal): -15457740 or 3416596. OLE color: 3416596.

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

Color convert

RGB203452-
CMYK0.620.3500.80
HSL213.75º44.44%14.12%-
HSV(B)213.75º61.54%20.39%-
XYZ1.481.543.47-
YUV31.87139.36119.54-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.87%
GREEN value IS 34 (13.67% from 255) = 32.08%
BLUE value IS 52 (20.70% from 255) = 49.06%
R=18.87%
G=32.08%
B=49.06%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2034520.620.3500.80213.7544.4414.12
Hex1422343E23050d62ce
Octal244264764301203265416
Binary1010010001011010011111010001101010000110101101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142234; }

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

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

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

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

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

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

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

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