#142939

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

Shades of Tangaroa #142939

Tints of Tangaroa #142939

Color information

#142939 (or 0x142939) is unknown color: approx Tangaroa. HEX triplet: 14, 29 and 39. RGB value is (20,41,57). Sum of RGB (Red+Green+Blue) = 20+41+57=118 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.95% from 118); Green value is 41 (16.41% from 255 or 34.75% from 118); Blue value is 57 (22.66% from 255 or 48.31% from 118); Max value from RGB is 57 - color contains mainly: blue. Hex color #142939 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142939 is #EBD6C6. Grayscale: #242424. Windows color (decimal): -15455943 or 3746068. OLE color: 3746068.

HSL color Cylindrical-coordinate representation of color #142939: hue angle of 205.95º degrees, saturation: 0.48, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #142939 is Cyan = 0.65, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB204157-
CMYK0.650.2800.78
HSL205.95º48.05%15.1%-
HSV(B)205.95º64.91%22.35%-
XYZ1.822.034.17-
YUV36.54139.54116.2-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.95%
GREEN value IS 41 (16.41% from 255) = 34.75%
BLUE value IS 57 (22.66% from 255) = 48.31%
R=16.95%
G=34.75%
B=48.31%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2041570.650.2800.78205.9548.0515.1
Hex142939411C04Ece30f
Octal2451711013401163166017
Binary1010010100111100110000011110001001110110011101100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142939; }

 p { color: rgb(20,41,57); }

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

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

 a { background-color: rgb(20,41,57); }

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

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

 span { border-color: rgb(20,41,57); }

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