#152433

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

Shades of Black Pearl #152433

Tints of Black Pearl #152433

Color information

#152433 (or 0x152433) is unknown color: approx Black Pearl. HEX triplet: 15, 24 and 33. RGB value is (21,36,51). Sum of RGB (Red+Green+Blue) = 21+36+51=108 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.44% from 108); Green value is 36 (14.45% from 255 or 33.33% from 108); Blue value is 51 (20.31% from 255 or 47.22% from 108); Max value from RGB is 51 - color contains mainly: blue. Hex color #152433 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152433 is #EADBCC. Grayscale: #212121. Windows color (decimal): -15391693 or 3351573. OLE color: 3351573.

HSL color Cylindrical-coordinate representation of color #152433: hue angle of 210º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #152433 is Cyan = 0.59, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB213651-
CMYK0.590.2900.8
HSL210º41.67%14.12%-
HSV(B)210º58.82%20%-
XYZ1.541.663.37-
YUV33.22138.03119.28-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 19.44%
GREEN value IS 36 (14.45% from 255) = 33.33%
BLUE value IS 51 (20.31% from 255) = 47.22%
R=19.44%
G=33.33%
B=47.22%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2136510.590.2900.821041.6714.12
Hex1524333B1D050d22ae
Octal254463733501203225216
Binary101011001001100111110111110101010000110100101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152433; }

 p { color: rgb(21,36,51); }

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

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

 a { background-color: rgb(21,36,51); }

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

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

 span { border-color: rgb(21,36,51); }

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