Html Css Color HEX #181E21 Black Pearl

📋 copy color: '#181E21'

red 24 ◦ green 30 ◦ blue 33

#181E21
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Pearl #181E21

Tints of Black Pearl #181E21

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 value IS 0.27

 M value IS 0.09

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#181E21 (or 0x181E21) is known color: 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

RGB 24 30 33 -
CMYK 0.27 0.09 0 0.87
HSL 200º 0.16% 0.11% -
HSV(B) 200º 0.27% 0.13% -
XYZ 1.12 1.23 1.62 -
YUV 28.55 130.51 124.76 -
System Red Green Blue C M Y K H S L
Decimal 24 30 33 0.27 0.09 0 0.87 200 0.16 0.11
Hex 18 1E 21 1B 9 0 57 C8 10 B
Octal 30 36 41 33 11 0 127 310 20 13
Binary 11000 11110 100001 11011 1001 0 1010111 11001000 10000 1011

Color Harmonies of #181E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181E21

Black with #181E21

Text Example


Text Example

White with #181E21

Text Example


Text Example

HTML Codes & Css Web 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>