#151E20

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

Shades of Black Pearl #151E20

Tints of Black Pearl #151E20

Color information

#151E20 (or 0x151E20) is unknown color: approx Black Pearl. HEX triplet: 15, 1E and 20. RGB value is (21,30,32). Sum of RGB (Red+Green+Blue) = 21+30+32=83 (10% of max value = 765). Red value is 21 (8.59% from 255 or 25.30% from 83); Green value is 30 (12.11% from 255 or 36.14% from 83); Blue value is 32 (12.89% from 255 or 38.55% from 83); Max value from RGB is 32 - color contains mainly: blue. Hex color #151E20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151E20 is #EAE1DF. Grayscale: #1B1B1B. Windows color (decimal): -15393248 or 2104853. OLE color: 2104853.

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

Color convert

RGB213032-
CMYK0.340.0600.87
HSL190.91º20.75%10.39%-
HSV(B)190.91º34.38%12.55%-
XYZ1.031.191.54-
YUV27.54130.52123.34-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 25.30%
GREEN value IS 30 (12.11% from 255) = 36.14%
BLUE value IS 32 (12.89% from 255) = 38.55%
R=25.30%
G=36.14%
B=38.55%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2130320.340.0600.87190.9120.7510.39
Hex151E20226057bf15a
Octal25364042601272772512
Binary10101111101000001000101100101011110111111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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