#152333

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

Shades of Black Pearl #152333

Tints of Black Pearl #152333

Color information

#152333 (or 0x152333) is unknown color: approx Black Pearl. HEX triplet: 15, 23 and 33. RGB value is (21,35,51). Sum of RGB (Red+Green+Blue) = 21+35+51=107 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.63% from 107); Green value is 35 (14.06% from 255 or 32.71% from 107); Blue value is 51 (20.31% from 255 or 47.66% from 107); Max value from RGB is 51 - color contains mainly: blue. Hex color #152333 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152333 is #EADCCC. Grayscale: #202020. Windows color (decimal): -15391949 or 3351317. OLE color: 3351317.

HSL color Cylindrical-coordinate representation of color #152333: hue angle of 212º 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 #152333 is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB213551-
CMYK0.590.3100.8
HSL212º41.67%14.12%-
HSV(B)212º58.82%20%-
XYZ1.511.63.36-
YUV32.64138.36119.7-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 19.63%
GREEN value IS 35 (14.06% from 255) = 32.71%
BLUE value IS 51 (20.31% from 255) = 47.66%
R=19.63%
G=32.71%
B=47.66%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2135510.590.3100.821241.6714.12
Hex1523333B1F050d42ae
Octal254363733701203245216
Binary101011000111100111110111111101010000110101001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152333; }

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

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

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

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

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

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

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

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