#15212E

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

Shades of Black Pearl #15212E

Tints of Black Pearl #15212E

Color information

#15212E (or 0x15212E) is unknown color: approx Black Pearl. HEX triplet: 15, 21 and 2E. RGB value is (21,33,46). Sum of RGB (Red+Green+Blue) = 21+33+46=100 (13% of max value = 765). Red value is 21 (8.59% from 255 or 21% from 100); Green value is 33 (13.28% from 255 or 33% from 100); Blue value is 46 (18.36% from 255 or 46% from 100); Max value from RGB is 46 - color contains mainly: blue. Hex color #15212E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15212E is #EADED1. Grayscale: #1E1E1E. Windows color (decimal): -15392466 or 3023125. OLE color: 3023125.

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

Color convert

RGB213346-
CMYK0.540.2800.82
HSL211.2º37.31%13.14%-
HSV(B)211.2º54.35%18.04%-
XYZ1.351.442.79-
YUV30.89136.52120.94-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 21%
GREEN value IS 33 (13.28% from 255) = 33%
BLUE value IS 46 (18.36% from 255) = 46%
R=21%
G=33%
B=46%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2133460.540.2800.82211.237.3113.14
Hex15212E361C052d325d
Octal254156663401223234515
Binary101011000011011101101101110001010010110100111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15212E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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