#182124

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

Shades of Black Pearl #182124

Tints of Black Pearl #182124

Color information

#182124 (or 0x182124) is unknown color: approx Black Pearl. HEX triplet: 18, 21 and 24. RGB value is (24,33,36). Sum of RGB (Red+Green+Blue) = 24+33+36=93 (12% of max value = 765). Red value is 24 (9.77% from 255 or 25.81% from 93); Green value is 33 (13.28% from 255 or 35.48% from 93); Blue value is 36 (14.45% from 255 or 38.71% from 93); Max value from RGB is 36 - color contains mainly: blue. Hex color #182124 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182124 is #E7DEDB. Grayscale: #1E1E1E. Windows color (decimal): -15195868 or 2367768. OLE color: 2367768.

HSL color Cylindrical-coordinate representation of color #182124: hue angle of 195º 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 #182124 is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB243336-
CMYK0.330.0800.86
HSL195º20%11.76%-
HSV(B)195º33.33%14.12%-
XYZ1.241.411.88-
YUV30.65131.02123.26-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 25.81%
GREEN value IS 33 (13.28% from 255) = 35.48%
BLUE value IS 36 (14.45% from 255) = 38.71%
R=25.81%
G=35.48%
B=38.71%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2433360.330.0800.861952011.76
Hex182124218056c314c
Octal304144411001263032414
Binary1100010000110010010000110000101011011000011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182124; }

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

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

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

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

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

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

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

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