#151C20

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

Shades of Black Pearl #151C20

Tints of Black Pearl #151C20

Color information

#151C20 (or 0x151C20) is unknown color: approx Black Pearl. HEX triplet: 15, 1C and 20. RGB value is (21,28,32). Sum of RGB (Red+Green+Blue) = 21+28+32=81 (10% of max value = 765). Red value is 21 (8.59% from 255 or 25.93% from 81); Green value is 28 (11.33% from 255 or 34.57% from 81); Blue value is 32 (12.89% from 255 or 39.51% from 81); Max value from RGB is 32 - color contains mainly: blue. Hex color #151C20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151C20 is #EAE3DF. Grayscale: #1A1A1A. Windows color (decimal): -15393760 or 2104341. OLE color: 2104341.

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

Color convert

RGB212832-
CMYK0.340.1200.87
HSL201.82º20.75%10.39%-
HSV(B)201.82º34.38%12.55%-
XYZ0.991.091.53-
YUV26.36131.18124.17-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 25.93%
GREEN value IS 28 (11.33% from 255) = 34.57%
BLUE value IS 32 (12.89% from 255) = 39.51%
R=25.93%
G=34.57%
B=39.51%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2128320.340.1200.87201.8220.7510.39
Hex151C2022C057ca15a
Octal253440421401273122512
Binary101011110010000010001011000101011111001010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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