#181F20

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

Shades of Black Pearl #181F20

Tints of Black Pearl #181F20

Color information

#181F20 (or 0x181F20) is unknown color: approx Black Pearl. HEX triplet: 18, 1F and 20. RGB value is (24,31,32). Sum of RGB (Red+Green+Blue) = 24+31+32=87 (11% of max value = 765). Red value is 24 (9.77% from 255 or 27.59% from 87); Green value is 31 (12.5% from 255 or 35.63% from 87); Blue value is 32 (12.89% from 255 or 36.78% from 87); Max value from RGB is 32 - color contains mainly: blue. Hex color #181F20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181F20 is #E7E0DF. Grayscale: #1D1D1D. Windows color (decimal): -15196384 or 2105112. OLE color: 2105112.

HSL color Cylindrical-coordinate representation of color #181F20: hue angle of 187.5º degrees, saturation: 0.14, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #181F20 is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB243132-
CMYK0.250.0300.87
HSL187.5º14.29%10.98%-
HSV(B)187.5º25%12.55%-
XYZ1.131.281.55-
YUV29.02129.68124.42-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 27.59%
GREEN value IS 31 (12.5% from 255) = 35.63%
BLUE value IS 32 (12.89% from 255) = 36.78%
R=27.59%
G=35.63%
B=36.78%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2431320.250.0300.87187.514.2910.98
Hex181F20193057bceb
Octal30374031301272741613
Binary11000111111000001100111010101111011110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181F20; }

 p { color: rgb(24,31,32); }

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

<style>
 a { background-color: #181F20; }

 a { background-color: rgb(24,31,32); }

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

<style>
 span { border-color: #181F20; }

 span { border-color: rgb(24,31,32); }

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