#181D21

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

Shades of Black Pearl #181D21

Tints of Black Pearl #181D21

Color information

#181D21 (or 0x181D21) is unknown color: approx 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

RGB242933-
CMYK0.270.1200.87
HSL206.67º15.79%11.18%-
HSV(B)206.67º27.27%12.94%-
XYZ1.091.181.61-
YUV27.96130.84125.17-

RGB Variations

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

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 (Cyan) values IS 0.27
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2429330.270.1200.87206.6715.7911.18
Hex181D211BC057cf10b
Octal303541331401273172013
Binary11000111011000011101111000101011111001111100001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>