Html Css Color HEX #180614 Melanzane

📋 copy color: '#180614'

red 24 ◦ green 6 ◦ blue 20

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

Shades of Melanzane #180614

Tints of Melanzane #180614

RGB

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

 GREEN value IS 6 (2.73% from 255) = 12%

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

R = 48%
G = 12%
B = 40%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.17

 K value IS 0.91

RGB Variations

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

Color information

#180614 (or 0x180614) is known color: Melanzane. HEX triplet: 18, 06 and 14. RGB value is (24,6,20). Sum of RGB (Red+Green+Blue) = 24+6+20=50 (6% of max value = 765). Red value is 24 (9.77% from 255 or 48% from 50); Green value is 6 (2.73% from 255 or 12% from 50); Blue value is 20 (8.20% from 255 or 40% from 50); Max value from RGB is 24 - color contains mainly: red. Hex color #180614 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180614 is #E7F9EB. Grayscale: #0C0C0C. Windows color (decimal): -15202796 or 1312280. OLE color: 1312280.

HSL color Cylindrical-coordinate representation of color #180614: hue angle of 313.33º degrees, saturation: 0.6, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #180614 is Cyan = 0, Magento = 0.75, Yellow = 0.17 and Black (K on CMYK) = 0.91.

Color convert

RGB 24 6 20 -
CMYK 0 0.75 0.17 0.91
HSL 313.33º 0.6% 0.06% -
HSV(B) 313.33º 0.75% 0.09% -
XYZ 0.57 0.37 0.7 -
YUV 12.98 131.96 135.86 -
System Red Green Blue C M Y K H S L
Decimal 24 6 20 0 0.75 0.17 0.91 313.33 0.6 0.06
Hex 18 6 14 0 4B 11 5B 139 3C 6
Octal 30 6 24 0 113 21 133 471 74 6
Binary 11000 110 10100 0 1001011 10001 1011011 100111001 111100 110

Color Harmonies of #180614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180614

Black with #180614

Text Example


Text Example

White with #180614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180614; }

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

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

background-color css

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

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

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

border-color css

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

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

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