#15212C

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

Shades of Black Pearl #15212C

Tints of Black Pearl #15212C

Color information

#15212C (or 0x15212C) is unknown color: approx Black Pearl. HEX triplet: 15, 21 and 2C. RGB value is (21,33,44). Sum of RGB (Red+Green+Blue) = 21+33+44=98 (12% of max value = 765). Red value is 21 (8.59% from 255 or 21.43% from 98); Green value is 33 (13.28% from 255 or 33.67% from 98); Blue value is 44 (17.58% from 255 or 44.90% from 98); Max value from RGB is 44 - color contains mainly: blue. Hex color #15212C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15212C is #EADED3. Grayscale: #1E1E1E. Windows color (decimal): -15392468 or 2892053. OLE color: 2892053.

HSL color Cylindrical-coordinate representation of color #15212C: hue angle of 208.7º degrees, saturation: 0.35, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #15212C is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB213344-
CMYK0.520.2500.83
HSL208.7º35.38%12.75%-
HSV(B)208.7º52.27%17.25%-
XYZ1.311.432.59-
YUV30.67135.52121.11-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 21.43%
GREEN value IS 33 (13.28% from 255) = 33.67%
BLUE value IS 44 (17.58% from 255) = 44.90%
R=21.43%
G=33.67%
B=44.90%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2133440.520.2500.83208.735.3812.75
Hex15212C3419053d123d
Octal254154643101233214315
Binary101011000011011001101001100101010011110100011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15212C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15212C; }

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

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

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

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

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

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

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

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