#151F21

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

Shades of Black Pearl #151F21

Tints of Black Pearl #151F21

Color information

#151F21 (or 0x151F21) is unknown color: approx Black Pearl. HEX triplet: 15, 1F and 21. RGB value is (21,31,33). Sum of RGB (Red+Green+Blue) = 21+31+33=85 (11% of max value = 765). Red value is 21 (8.59% from 255 or 24.71% from 85); Green value is 31 (12.5% from 255 or 36.47% from 85); Blue value is 33 (13.28% from 255 or 38.82% from 85); Max value from RGB is 33 - color contains mainly: blue. Hex color #151F21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151F21 is #EAE0DE. Grayscale: #1C1C1C. Windows color (decimal): -15392991 or 2170645. OLE color: 2170645.

HSL color Cylindrical-coordinate representation of color #151F21: hue angle of 190º 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 #151F21 is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB213133-
CMYK0.360.0600.87
HSL190º22.22%10.59%-
HSV(B)190º36.36%12.94%-
XYZ1.071.251.62-
YUV28.24130.69122.84-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 24.71%
GREEN value IS 31 (12.5% from 255) = 36.47%
BLUE value IS 33 (13.28% from 255) = 38.82%
R=24.71%
G=36.47%
B=38.82%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2131330.360.0600.8719022.2210.59
Hex151F21246057be16b
Octal25374144601272762613
Binary10101111111000011001001100101011110111110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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