#152D39

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

Shades of Tangaroa #152D39

Tints of Tangaroa #152D39

Color information

#152D39 (or 0x152D39) is unknown color: approx Tangaroa. HEX triplet: 15, 2D and 39. RGB value is (21,45,57). Sum of RGB (Red+Green+Blue) = 21+45+57=123 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.07% from 123); Green value is 45 (17.97% from 255 or 36.59% from 123); Blue value is 57 (22.66% from 255 or 46.34% from 123); Max value from RGB is 57 - color contains mainly: blue. Hex color #152D39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152D39 is #EAD2C6. Grayscale: #272727. Windows color (decimal): -15389383 or 3747093. OLE color: 3747093.

HSL color Cylindrical-coordinate representation of color #152D39: hue angle of 200º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #152D39 is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB214557-
CMYK0.630.2100.78
HSL200º46.15%15.29%-
HSV(B)200º63.16%22.35%-
XYZ1.992.334.22-
YUV39.19138.05115.02-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.07%
GREEN value IS 45 (17.97% from 255) = 36.59%
BLUE value IS 57 (22.66% from 255) = 46.34%
R=17.07%
G=36.59%
B=46.34%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2145570.630.2100.7820046.1515.29
Hex152D393F1504Ec82ef
Octal255571772501163105617
Binary101011011011110011111111010101001110110010001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152D39; }

 p { color: rgb(21,45,57); }

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

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

 a { background-color: rgb(21,45,57); }

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

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

 span { border-color: rgb(21,45,57); }

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