#152937

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

Shades of Tangaroa #152937

Tints of Tangaroa #152937

Color information

#152937 (or 0x152937) is unknown color: approx Tangaroa. HEX triplet: 15, 29 and 37. RGB value is (21,41,55). Sum of RGB (Red+Green+Blue) = 21+41+55=117 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.95% from 117); Green value is 41 (16.41% from 255 or 35.04% from 117); Blue value is 55 (21.88% from 255 or 47.01% from 117); Max value from RGB is 55 - color contains mainly: blue. Hex color #152937 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152937 is #EAD6C8. Grayscale: #242424. Windows color (decimal): -15390409 or 3614997. OLE color: 3614997.

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

Color convert

RGB214155-
CMYK0.620.2500.78
HSL204.71º44.74%14.9%-
HSV(B)204.71º61.82%21.57%-
XYZ1.792.023.91-
YUV36.62138.37116.86-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.95%
GREEN value IS 41 (16.41% from 255) = 35.04%
BLUE value IS 55 (21.88% from 255) = 47.01%
R=17.95%
G=35.04%
B=47.01%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2141550.620.2500.78204.7144.7414.9
Hex1529373E1904Ecd2df
Octal255167763101163155517
Binary101011010011101111111101100101001110110011011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152937; }

 p { color: rgb(21,41,55); }

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

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

 a { background-color: rgb(21,41,55); }

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

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

 span { border-color: rgb(21,41,55); }

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