Html Css Color HEX #180A14 Melanzane

📋 copy color: '#180A14'

red 24 ◦ green 10 ◦ blue 20

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

Shades of Melanzane #180A14

Tints of Melanzane #180A14

RGB

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

 GREEN value IS 10 (4.3% from 255) = 18.52%

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

R = 44.44%
G = 18.52%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.17

 K value IS 0.91

RGB Variations

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

Color information

#180A14 (or 0x180A14) is known color: Melanzane. HEX triplet: 18, 0A and 14. RGB value is (24,10,20). Sum of RGB (Red+Green+Blue) = 24+10+20=54 (7% of max value = 765). Red value is 24 (9.77% from 255 or 44.44% from 54); Green value is 10 (4.30% from 255 or 18.52% from 54); Blue value is 20 (8.20% from 255 or 37.04% from 54); Max value from RGB is 24 - color contains mainly: red. Hex color #180A14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180A14 is #E7F5EB. Grayscale: #0F0F0F. Windows color (decimal): -15201772 or 1313304. OLE color: 1313304.

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

Color convert

RGB 24 10 20 -
CMYK 0 0.58 0.17 0.91
HSL 317.14º 0.41% 0.07% -
HSV(B) 317.14º 0.58% 0.09% -
XYZ 0.61 0.46 0.72 -
YUV 15.33 130.64 134.19 -
System Red Green Blue C M Y K H S L
Decimal 24 10 20 0 0.58 0.17 0.91 317.14 0.41 0.07
Hex 18 A 14 0 3A 11 5B 13D 29 7
Octal 30 12 24 0 72 21 133 475 51 7
Binary 11000 1010 10100 0 111010 10001 1011011 100111101 101001 111

Color Harmonies of #180A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180A14

Black with #180A14

Text Example


Text Example

White with #180A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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