#181E20

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

Shades of Black Pearl #181E20

Tints of Black Pearl #181E20

Color information

#181E20 (or 0x181E20) is unknown color: approx Black Pearl. HEX triplet: 18, 1E and 20. RGB value is (24,30,32). Sum of RGB (Red+Green+Blue) = 24+30+32=86 (11% of max value = 765). Red value is 24 (9.77% from 255 or 27.91% from 86); Green value is 30 (12.11% from 255 or 34.88% from 86); Blue value is 32 (12.89% from 255 or 37.21% from 86); Max value from RGB is 32 - color contains mainly: blue. Hex color #181E20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181E20 is #E7E1DF. Grayscale: #1C1C1C. Windows color (decimal): -15196640 or 2104856. OLE color: 2104856.

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

Color convert

RGB243032-
CMYK0.250.0600.87
HSL195º14.29%10.98%-
HSV(B)195º25%12.55%-
XYZ1.11.231.55-
YUV28.43130.01124.84-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 27.91%
GREEN value IS 30 (12.11% from 255) = 34.88%
BLUE value IS 32 (12.89% from 255) = 37.21%
R=27.91%
G=34.88%
B=37.21%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2430320.250.0600.8719514.2910.98
Hex181E20196057c3eb
Octal30364031601273031613
Binary110001111010000011001110010101111100001111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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