#151E21

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

Shades of Black Pearl #151E21

Tints of Black Pearl #151E21

Color information

#151E21 (or 0x151E21) is unknown color: approx Black Pearl. HEX triplet: 15, 1E and 21. RGB value is (21,30,33). Sum of RGB (Red+Green+Blue) = 21+30+33=84 (11% of max value = 765). Red value is 21 (8.59% from 255 or 25% from 84); Green value is 30 (12.11% from 255 or 35.71% from 84); Blue value is 33 (13.28% from 255 or 39.29% from 84); Max value from RGB is 33 - color contains mainly: blue. Hex color #151E21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151E21 is #EAE1DE. Grayscale: #1B1B1B. Windows color (decimal): -15393247 or 2170389. OLE color: 2170389.

HSL color Cylindrical-coordinate representation of color #151E21: hue angle of 195º degrees, saturation: 0.22, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #151E21 is Cyan = 0.36, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB213033-
CMYK0.360.0900.87
HSL195º22.22%10.59%-
HSV(B)195º36.36%12.94%-
XYZ1.051.21.61-
YUV27.65131.02123.26-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 25%
GREEN value IS 30 (12.11% from 255) = 35.71%
BLUE value IS 33 (13.28% from 255) = 39.29%
R=25%
G=35.71%
B=39.29%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2130330.360.0900.8719522.2210.59
Hex151E21249057c316b
Octal253641441101273032613
Binary101011111010000110010010010101011111000011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151E21; }

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

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

<style>
 a { background-color: #151E21; }

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

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

<style>
 span { border-color: #151E21; }

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

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