#151D20

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

Shades of Black Pearl #151D20

Tints of Black Pearl #151D20

Color information

#151D20 (or 0x151D20) is unknown color: approx Black Pearl. HEX triplet: 15, 1D and 20. RGB value is (21,29,32). Sum of RGB (Red+Green+Blue) = 21+29+32=82 (10% of max value = 765). Red value is 21 (8.59% from 255 or 25.61% from 82); Green value is 29 (11.72% from 255 or 35.37% from 82); Blue value is 32 (12.89% from 255 or 39.02% from 82); Max value from RGB is 32 - color contains mainly: blue. Hex color #151D20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151D20 is #EAE2DF. Grayscale: #1A1A1A. Windows color (decimal): -15393504 or 2104597. OLE color: 2104597.

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

Color convert

RGB212932-
CMYK0.340.0900.87
HSL196.36º20.75%10.39%-
HSV(B)196.36º34.38%12.55%-
XYZ1.011.141.53-
YUV26.95130.85123.76-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 25.61%
GREEN value IS 29 (11.72% from 255) = 35.37%
BLUE value IS 32 (12.89% from 255) = 39.02%
R=25.61%
G=35.37%
B=39.02%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2129320.340.0900.87196.3620.7510.39
Hex151D20229057c415a
Octal253540421101273042512
Binary101011110110000010001010010101011111000100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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