#152535

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

Shades of Tangaroa #152535

Tints of Tangaroa #152535

Color information

#152535 (or 0x152535) is unknown color: approx Tangaroa. HEX triplet: 15, 25 and 35. RGB value is (21,37,53). Sum of RGB (Red+Green+Blue) = 21+37+53=111 (14% of max value = 765). Red value is 21 (8.59% from 255 or 18.92% from 111); Green value is 37 (14.84% from 255 or 33.33% from 111); Blue value is 53 (21.09% from 255 or 47.75% from 111); Max value from RGB is 53 - color contains mainly: blue. Hex color #152535 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152535 is #EADACA. Grayscale: #212121. Windows color (decimal): -15391435 or 3482901. OLE color: 3482901.

HSL color Cylindrical-coordinate representation of color #152535: hue angle of 210º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #152535 is Cyan = 0.60, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB213753-
CMYK0.600.3000.79
HSL210º43.24%14.51%-
HSV(B)210º60.38%20.78%-
XYZ1.611.743.62-
YUV34.04138.7118.7-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 18.92%
GREEN value IS 37 (14.84% from 255) = 33.33%
BLUE value IS 53 (21.09% from 255) = 47.75%
R=18.92%
G=33.33%
B=47.75%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2137530.600.3000.7921043.2414.51
Hex1525353C1E04Fd22bf
Octal254565743601173225317
Binary101011001011101011111001111001001111110100101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152535; }

 p { color: rgb(21,37,53); }

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

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

 a { background-color: rgb(21,37,53); }

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

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

 span { border-color: rgb(21,37,53); }

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