#15212B

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

Shades of Black Pearl #15212B

Tints of Black Pearl #15212B

Color information

#15212B (or 0x15212B) is unknown color: approx Black Pearl. HEX triplet: 15, 21 and 2B. RGB value is (21,33,43). Sum of RGB (Red+Green+Blue) = 21+33+43=97 (12% of max value = 765). Red value is 21 (8.59% from 255 or 21.65% from 97); Green value is 33 (13.28% from 255 or 34.02% from 97); Blue value is 43 (17.19% from 255 or 44.33% from 97); Max value from RGB is 43 - color contains mainly: blue. Hex color #15212B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15212B is #EADED4. Grayscale: #1E1E1E. Windows color (decimal): -15392469 or 2826517. OLE color: 2826517.

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

Color convert

RGB213343-
CMYK0.510.2300.83
HSL207.27º34.38%12.55%-
HSV(B)207.27º51.16%16.86%-
XYZ1.291.422.49-
YUV30.55135.02121.19-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 21.65%
GREEN value IS 33 (13.28% from 255) = 34.02%
BLUE value IS 43 (17.19% from 255) = 44.33%
R=21.65%
G=34.02%
B=44.33%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2133430.510.2300.83207.2734.3812.55
Hex15212B3317053cf22d
Octal254153632701233174215
Binary101011000011010111100111011101010011110011111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15212B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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