#15212D

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

Shades of Black Pearl #15212D

Tints of Black Pearl #15212D

Color information

#15212D (or 0x15212D) is unknown color: approx Black Pearl. HEX triplet: 15, 21 and 2D. RGB value is (21,33,45). Sum of RGB (Red+Green+Blue) = 21+33+45=99 (13% of max value = 765). Red value is 21 (8.59% from 255 or 21.21% from 99); Green value is 33 (13.28% from 255 or 33.33% from 99); Blue value is 45 (17.97% from 255 or 45.45% from 99); Max value from RGB is 45 - color contains mainly: blue. Hex color #15212D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15212D is #EADED2. Grayscale: #1E1E1E. Windows color (decimal): -15392467 or 2957589. OLE color: 2957589.

HSL color Cylindrical-coordinate representation of color #15212D: hue angle of 210º degrees, saturation: 0.36, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #15212D is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB213345-
CMYK0.530.2700.82
HSL210º36.36%12.94%-
HSV(B)210º53.33%17.65%-
XYZ1.331.442.69-
YUV30.78136.02121.02-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 21.21%
GREEN value IS 33 (13.28% from 255) = 33.33%
BLUE value IS 45 (17.97% from 255) = 45.45%
R=21.21%
G=33.33%
B=45.45%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2133450.530.2700.8221036.3612.94
Hex15212D351B052d224d
Octal254155653301223224415
Binary101011000011011011101011101101010010110100101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15212D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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