#152C36

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

Shades of Black Pearl #152C36

Tints of Black Pearl #152C36

Color information

#152C36 (or 0x152C36) is unknown color: approx Black Pearl. HEX triplet: 15, 2C and 36. RGB value is (21,44,54). Sum of RGB (Red+Green+Blue) = 21+44+54=119 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.65% from 119); Green value is 44 (17.58% from 255 or 36.97% from 119); Blue value is 54 (21.48% from 255 or 45.38% from 119); Max value from RGB is 54 - color contains mainly: blue. Hex color #152C36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152C36 is #EAD3C9. Grayscale: #262626. Windows color (decimal): -15389642 or 3550229. OLE color: 3550229.

HSL color Cylindrical-coordinate representation of color #152C36: hue angle of 198.18º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #152C36 is Cyan = 0.61, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB214454-
CMYK0.610.1900.79
HSL198.18º44%14.71%-
HSV(B)198.18º61.11%21.18%-
XYZ1.882.233.82-
YUV38.26136.88115.69-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.65%
GREEN value IS 44 (17.58% from 255) = 36.97%
BLUE value IS 54 (21.48% from 255) = 45.38%
R=17.65%
G=36.97%
B=45.38%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2144540.610.1900.79198.184414.71
Hex152C363D1304Fc62cf
Octal255466752301173065417
Binary101011011001101101111011001101001111110001101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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