Html Css Color HEX #181D21 Black Pearl

📋 copy color: '#181D21'

red 24 ◦ green 29 ◦ blue 33

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

Shades of Black Pearl #181D21

Tints of Black Pearl #181D21

RGB

 RED value IS 24 (9.77% from 255) = 27.91%

 GREEN value IS 29 (11.72% from 255) = 33.72%

 BLUE value IS 33 (13.28% from 255) = 38.37%

R = 27.91%
G = 33.72%
B = 38.37%

CMYK

 C value IS 0.27

 M value IS 0.12

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#181D21 (or 0x181D21) is known color: Black Pearl. HEX triplet: 18, 1D and 21. RGB value is (24,29,33). Sum of RGB (Red+Green+Blue) = 24+29+33=86 (11% of max value = 765). Red value is 24 (9.77% from 255 or 27.91% from 86); Green value is 29 (11.72% from 255 or 33.72% from 86); Blue value is 33 (13.28% from 255 or 38.37% from 86); Max value from RGB is 33 - color contains mainly: blue. Hex color #181D21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181D21 is #E7E2DE. Grayscale: #1B1B1B. Windows color (decimal): -15196895 or 2170136. OLE color: 2170136.

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

Color convert

RGB 24 29 33 -
CMYK 0.27 0.12 0 0.87
HSL 206.67º 0.16% 0.11% -
HSV(B) 206.67º 0.27% 0.13% -
XYZ 1.09 1.18 1.61 -
YUV 27.96 130.84 125.17 -
System Red Green Blue C M Y K H S L
Decimal 24 29 33 0.27 0.12 0 0.87 206.67 0.16 0.11
Hex 18 1D 21 1B C 0 57 CF 10 B
Octal 30 35 41 33 14 0 127 317 20 13
Binary 11000 11101 100001 11011 1100 0 1010111 11001111 10000 1011

Color Harmonies of #181D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181D21

Black with #181D21

Text Example


Text Example

White with #181D21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #181D21;
 }
 .AnyTagClassName
 {
   color: #181D21;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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