#112024

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

Shades of Black Pearl #112024

Tints of Black Pearl #112024

Color information

#112024 (or 0x112024) is unknown color: approx Black Pearl. HEX triplet: 11, 20 and 24. RGB value is (17,32,36). Sum of RGB (Red+Green+Blue) = 17+32+36=85 (11% of max value = 765). Red value is 17 (7.03% from 255 or 20% from 85); Green value is 32 (12.89% from 255 or 37.65% from 85); Blue value is 36 (14.45% from 255 or 42.35% from 85); Max value from RGB is 36 - color contains mainly: blue. Hex color #112024 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112024 is #EEDFDB. Grayscale: #1B1B1B. Windows color (decimal): -15654876 or 2367505. OLE color: 2367505.

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

Color convert

RGB173236-
CMYK0.530.1100.86
HSL192.63º35.85%10.39%-
HSV(B)192.63º52.78%14.12%-
XYZ1.071.281.86-
YUV27.97132.53120.17-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 20%
GREEN value IS 32 (12.89% from 255) = 37.65%
BLUE value IS 36 (14.45% from 255) = 42.35%
R=20%
G=37.65%
B=42.35%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1732360.530.1100.86192.6335.8510.39
Hex11202435B056c124a
Octal214044651301263014412
Binary10001100000100100110101101101010110110000011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112024; }

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

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

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

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

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

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

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

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