#181E21

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

Shades of Black Pearl #181E21

Tints of Black Pearl #181E21

Color information

#181E21 (or 0x181E21) is unknown color: approx Black Pearl. HEX triplet: 18, 1E and 21. RGB value is (24,30,33). Sum of RGB (Red+Green+Blue) = 24+30+33=87 (11% of max value = 765). Red value is 24 (9.77% from 255 or 27.59% from 87); Green value is 30 (12.11% from 255 or 34.48% from 87); Blue value is 33 (13.28% from 255 or 37.93% from 87); Max value from RGB is 33 - color contains mainly: blue. Hex color #181E21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181E21 is #E7E1DE. Grayscale: #1C1C1C. Windows color (decimal): -15196639 or 2170392. OLE color: 2170392.

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

Color convert

RGB243033-
CMYK0.270.0900.87
HSL200º15.79%11.18%-
HSV(B)200º27.27%12.94%-
XYZ1.121.231.62-
YUV28.55130.51124.76-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 27.59%
GREEN value IS 30 (12.11% from 255) = 34.48%
BLUE value IS 33 (13.28% from 255) = 37.93%
R=27.59%
G=34.48%
B=37.93%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2430330.270.0900.8720015.7911.18
Hex181E211B9057c810b
Octal303641331101273102013
Binary11000111101000011101110010101011111001000100001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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