#182021

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

Shades of Black Pearl #182021

Tints of Black Pearl #182021

Color information

#182021 (or 0x182021) is unknown color: approx Black Pearl. HEX triplet: 18, 20 and 21. RGB value is (24,32,33). Sum of RGB (Red+Green+Blue) = 24+32+33=89 (11% of max value = 765). Red value is 24 (9.77% from 255 or 26.97% from 89); Green value is 32 (12.89% from 255 or 35.96% from 89); Blue value is 33 (13.28% from 255 or 37.08% from 89); Max value from RGB is 33 - color contains mainly: blue. Hex color #182021 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182021 is #E7DFDE. Grayscale: #1D1D1D. Windows color (decimal): -15196127 or 2170904. OLE color: 2170904.

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

Color convert

RGB243233-
CMYK0.270.0300.87
HSL186.67º15.79%11.18%-
HSV(B)186.67º27.27%12.94%-
XYZ1.171.341.64-
YUV29.72129.85123.92-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 26.97%
GREEN value IS 32 (12.89% from 255) = 35.96%
BLUE value IS 33 (13.28% from 255) = 37.08%
R=26.97%
G=35.96%
B=37.08%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2432330.270.0300.87186.6715.7911.18
Hex1820211B3057bb10b
Octal30404133301272732013
Binary1100010000010000111011110101011110111011100001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182021; }

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

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

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

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

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

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

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

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