#152837

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

Shades of Tangaroa #152837

Tints of Tangaroa #152837

Color information

#152837 (or 0x152837) is unknown color: approx Tangaroa. HEX triplet: 15, 28 and 37. RGB value is (21,40,55). Sum of RGB (Red+Green+Blue) = 21+40+55=116 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.10% from 116); Green value is 40 (16.02% from 255 or 34.48% from 116); Blue value is 55 (21.88% from 255 or 47.41% from 116); Max value from RGB is 55 - color contains mainly: blue. Hex color #152837 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152837 is #EAD7C8. Grayscale: #232323. Windows color (decimal): -15390665 or 3614741. OLE color: 3614741.

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

Color convert

RGB214055-
CMYK0.620.2700.78
HSL206.47º44.74%14.9%-
HSV(B)206.47º61.82%21.57%-
XYZ1.761.953.9-
YUV36.03138.71117.28-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 18.10%
GREEN value IS 40 (16.02% from 255) = 34.48%
BLUE value IS 55 (21.88% from 255) = 47.41%
R=18.10%
G=34.48%
B=47.41%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2140550.620.2700.78206.4744.7414.9
Hex1528373E1B04Ece2df
Octal255067763301163165517
Binary101011010001101111111101101101001110110011101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152837; }

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

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

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

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

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

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

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

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