#182024

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

Shades of Black Pearl #182024

Tints of Black Pearl #182024

Color information

#182024 (or 0x182024) is unknown color: approx Black Pearl. HEX triplet: 18, 20 and 24. RGB value is (24,32,36). Sum of RGB (Red+Green+Blue) = 24+32+36=92 (12% of max value = 765). Red value is 24 (9.77% from 255 or 26.09% from 92); Green value is 32 (12.89% from 255 or 34.78% from 92); Blue value is 36 (14.45% from 255 or 39.13% from 92); Max value from RGB is 36 - color contains mainly: blue. Hex color #182024 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182024 is #E7DFDB. Grayscale: #1E1E1E. Windows color (decimal): -15196124 or 2367512. OLE color: 2367512.

HSL color Cylindrical-coordinate representation of color #182024: hue angle of 200º degrees, saturation: 0.2, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #182024 is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB243236-
CMYK0.330.1100.86
HSL200º20%11.76%-
HSV(B)200º33.33%14.12%-
XYZ1.211.351.87-
YUV30.06131.35123.67-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 26.09%
GREEN value IS 32 (12.89% from 255) = 34.78%
BLUE value IS 36 (14.45% from 255) = 39.13%
R=26.09%
G=34.78%
B=39.13%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2432360.330.1100.862002011.76
Hex18202421B056c814c
Octal304044411301263102414
Binary1100010000010010010000110110101011011001000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182024; }

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

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

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

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

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

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

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

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