Html Css Color HEX #180414 Melanzane

📋 copy color: '#180414'

red 24 ◦ green 4 ◦ blue 20

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

Shades of Melanzane #180414

Tints of Melanzane #180414

RGB

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

 GREEN value IS 4 (1.95% from 255) = 8.33%

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

R = 50%
G = 8.33%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.17

 K value IS 0.91

RGB Variations

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

Color information

#180414 (or 0x180414) is known color: Melanzane. HEX triplet: 18, 04 and 14. RGB value is (24,4,20). Sum of RGB (Red+Green+Blue) = 24+4+20=48 (6% of max value = 765). Red value is 24 (9.77% from 255 or 50% from 48); Green value is 4 (1.95% from 255 or 8.33% from 48); Blue value is 20 (8.20% from 255 or 41.67% from 48); Max value from RGB is 24 - color contains mainly: red. Hex color #180414 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180414 is #E7FBEB. Grayscale: #0B0B0B. Windows color (decimal): -15203308 or 1311768. OLE color: 1311768.

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

Color convert

RGB 24 4 20 -
CMYK 0 0.83 0.17 0.91
HSL 312º 0.71% 0.05% -
HSV(B) 312º 0.83% 0.09% -
XYZ 0.55 0.33 0.7 -
YUV 11.8 132.63 136.7 -
System Red Green Blue C M Y K H S L
Decimal 24 4 20 0 0.83 0.17 0.91 312 0.71 0.05
Hex 18 4 14 0 53 11 5B 138 47 5
Octal 30 4 24 0 123 21 133 470 107 5
Binary 11000 100 10100 0 1010011 10001 1011011 100111000 1000111 101

Color Harmonies of #180414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180414

Black with #180414

Text Example


Text Example

White with #180414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180414; }

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

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

background-color css

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

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

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

border-color css

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

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

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