Html Css Color HEX #180112 Melanzane

📋 copy color: '#180112'

red 24 ◦ green 1 ◦ blue 18

#180112
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Melanzane #180112

Tints of Melanzane #180112

RGB

 RED value IS 24 (9.77% from 255) = 55.81%

 GREEN value IS 1 (0.78% from 255) = 2.33%

 BLUE value IS 18 (7.42% from 255) = 41.86%

R = 55.81%
G = 2.33%
B = 41.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.25

 K value IS 0.91

RGB Variations

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

Color information

#180112 (or 0x180112) is known color: Melanzane. HEX triplet: 18, 01 and 12. RGB value is (24,1,18). Sum of RGB (Red+Green+Blue) = 24+1+18=43 (5% of max value = 765). Red value is 24 (9.77% from 255 or 55.81% from 43); Green value is 1 (0.78% from 255 or 2.33% from 43); Blue value is 18 (7.42% from 255 or 41.86% from 43); Max value from RGB is 24 - color contains mainly: red. Hex color #180112 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180112 is #E7FEED. Grayscale: #090909. Windows color (decimal): -15204078 or 1179928. OLE color: 1179928.

HSL color Cylindrical-coordinate representation of color #180112: hue angle of 315.65º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #180112 is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.91.

Color convert

RGB 24 1 18 -
CMYK 0 0.96 0.25 0.91
HSL 315.65º 0.92% 0.05% -
HSV(B) 315.65º 0.96% 0.09% -
XYZ 0.5 0.26 0.6 -
YUV 9.82 132.62 138.12 -
System Red Green Blue C M Y K H S L
Decimal 24 1 18 0 0.96 0.25 0.91 315.65 0.92 0.05
Hex 18 1 12 0 60 19 5B 13C 5C 5
Octal 30 1 22 0 140 31 133 474 134 5
Binary 11000 1 10010 0 1100000 11001 1011011 100111100 1011100 101

Color Harmonies of #180112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180112

Black with #180112

Text Example


Text Example

White with #180112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180112; }

 p { color: rgb(24,1,18); }

 H1.HeaderClassName
 {
   color: #180112;
 }
 .AnyTagClassName
 {
   color: #180112;
 }
</style>

background-color css

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

 a { background-color: rgb(24,1,18); }

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

border-color css

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

 span { border-color: rgb(24,1,18); }

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