Html Css Color HEX #180D14 Melanzane

📋 copy color: '#180D14'

red 24 ◦ green 13 ◦ blue 20

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

Shades of Melanzane #180D14

Tints of Melanzane #180D14

RGB

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

 GREEN value IS 13 (5.47% from 255) = 22.81%

 BLUE value IS 20 (8.2% from 255) = 35.09%

R = 42.11%
G = 22.81%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.17

 K value IS 0.91

RGB Variations

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

Color information

#180D14 (or 0x180D14) is known color: Melanzane. HEX triplet: 18, 0D and 14. RGB value is (24,13,20). Sum of RGB (Red+Green+Blue) = 24+13+20=57 (7% of max value = 765). Red value is 24 (9.77% from 255 or 42.11% from 57); Green value is 13 (5.47% from 255 or 22.81% from 57); Blue value is 20 (8.20% from 255 or 35.09% from 57); Max value from RGB is 24 - color contains mainly: red. Hex color #180D14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180D14 is #E7F2EB. Grayscale: #111111. Windows color (decimal): -15201004 or 1314072. OLE color: 1314072.

HSL color Cylindrical-coordinate representation of color #180D14: hue angle of 321.82º degrees, saturation: 0.3, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #180D14 is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.91.

Color convert

RGB 24 13 20 -
CMYK 0 0.46 0.17 0.91
HSL 321.82º 0.3% 0.07% -
HSV(B) 321.82º 0.46% 0.09% -
XYZ 0.65 0.53 0.73 -
YUV 17.09 129.64 132.93 -
System Red Green Blue C M Y K H S L
Decimal 24 13 20 0 0.46 0.17 0.91 321.82 0.3 0.07
Hex 18 D 14 0 2E 11 5B 142 1E 7
Octal 30 15 24 0 56 21 133 502 36 7
Binary 11000 1101 10100 0 101110 10001 1011011 101000010 11110 111

Color Harmonies of #180D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180D14

Black with #180D14

Text Example


Text Example

White with #180D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180D14; }

 p { color: rgb(24,13,20); }

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

background-color css

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

 a { background-color: rgb(24,13,20); }

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

border-color css

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

 span { border-color: rgb(24,13,20); }

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