#152C33

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

Shades of Black Pearl #152C33

Tints of Black Pearl #152C33

Color information

#152C33 (or 0x152C33) is unknown color: approx Black Pearl. HEX triplet: 15, 2C and 33. RGB value is (21,44,51). Sum of RGB (Red+Green+Blue) = 21+44+51=116 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.10% from 116); Green value is 44 (17.58% from 255 or 37.93% from 116); Blue value is 51 (20.31% from 255 or 43.97% from 116); Max value from RGB is 51 - color contains mainly: blue. Hex color #152C33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152C33 is #EAD3CC. Grayscale: #252525. Windows color (decimal): -15389645 or 3353621. OLE color: 3353621.

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

Color convert

RGB214451-
CMYK0.590.1400.8
HSL194º41.67%14.12%-
HSV(B)194º58.82%20%-
XYZ1.812.23.46-
YUV37.92135.38115.93-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 18.10%
GREEN value IS 44 (17.58% from 255) = 37.93%
BLUE value IS 51 (20.31% from 255) = 43.97%
R=18.10%
G=37.93%
B=43.97%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2144510.590.1400.819441.6714.12
Hex152C333BE050c22ae
Octal255463731601203025216
Binary10101101100110011111011111001010000110000101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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