#151D21

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

Shades of Black Pearl #151D21

Tints of Black Pearl #151D21

Color information

#151D21 (or 0x151D21) is unknown color: approx Black Pearl. HEX triplet: 15, 1D and 21. RGB value is (21,29,33). Sum of RGB (Red+Green+Blue) = 21+29+33=83 (10% of max value = 765). Red value is 21 (8.59% from 255 or 25.30% from 83); Green value is 29 (11.72% from 255 or 34.94% from 83); Blue value is 33 (13.28% from 255 or 39.76% from 83); Max value from RGB is 33 - color contains mainly: blue. Hex color #151D21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151D21 is #EAE2DE. Grayscale: #1B1B1B. Windows color (decimal): -15393503 or 2170133. OLE color: 2170133.

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

Color convert

RGB212933-
CMYK0.360.1200.87
HSL200º22.22%10.59%-
HSV(B)200º36.36%12.94%-
XYZ1.021.151.61-
YUV27.06131.35123.67-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 25.30%
GREEN value IS 29 (11.72% from 255) = 34.94%
BLUE value IS 33 (13.28% from 255) = 39.76%
R=25.30%
G=34.94%
B=39.76%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2129330.360.1200.8720022.2210.59
Hex151D2124C057c816b
Octal253541441401273102613
Binary101011110110000110010011000101011111001000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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