#152B33

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

Shades of Black Pearl #152B33

Tints of Black Pearl #152B33

Color information

#152B33 (or 0x152B33) is unknown color: approx Black Pearl. HEX triplet: 15, 2B and 33. RGB value is (21,43,51). Sum of RGB (Red+Green+Blue) = 21+43+51=115 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.26% from 115); Green value is 43 (17.19% from 255 or 37.39% from 115); Blue value is 51 (20.31% from 255 or 44.35% from 115); Max value from RGB is 51 - color contains mainly: blue. Hex color #152B33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152B33 is #EAD4CC. Grayscale: #252525. Windows color (decimal): -15389901 or 3353365. OLE color: 3353365.

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

Color convert

RGB214351-
CMYK0.590.1600.8
HSL196º41.67%14.12%-
HSV(B)196º58.82%20%-
XYZ1.772.133.45-
YUV37.33135.71116.35-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 18.26%
GREEN value IS 43 (17.19% from 255) = 37.39%
BLUE value IS 51 (20.31% from 255) = 44.35%
R=18.26%
G=37.39%
B=44.35%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2143510.590.1600.819641.6714.12
Hex152B333B10050c42ae
Octal255363732001203045216
Binary101011010111100111110111000001010000110001001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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