Html Css Color HEX #180411 Melanzane

📋 copy color: '#180411'

red 24 ◦ green 4 ◦ blue 17

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

Shades of Melanzane #180411

Tints of Melanzane #180411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 37.78%

R = 53.33%
G = 8.89%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.29

 K value IS 0.91

RGB Variations

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

Color information

#180411 (or 0x180411) is known color: Melanzane. HEX triplet: 18, 04 and 11. RGB value is (24,4,17). Sum of RGB (Red+Green+Blue) = 24+4+17=45 (5% of max value = 765). Red value is 24 (9.77% from 255 or 53.33% from 45); Green value is 4 (1.95% from 255 or 8.89% from 45); Blue value is 17 (7.03% from 255 or 37.78% from 45); Max value from RGB is 24 - color contains mainly: red. Hex color #180411 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180411 is #E7FBEE. Grayscale: #0B0B0B. Windows color (decimal): -15203311 or 1115160. OLE color: 1115160.

HSL color Cylindrical-coordinate representation of color #180411: hue angle of 321º 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 #180411 is Cyan = 0, Magento = 0.83, Yellow = 0.29 and Black (K on CMYK) = 0.91.

Color convert

RGB 24 4 17 -
CMYK 0 0.83 0.29 0.91
HSL 321º 0.71% 0.05% -
HSV(B) 321º 0.83% 0.09% -
XYZ 0.52 0.32 0.56 -
YUV 11.46 131.13 136.94 -
System Red Green Blue C M Y K H S L
Decimal 24 4 17 0 0.83 0.29 0.91 321 0.71 0.05
Hex 18 4 11 0 53 1D 5B 141 47 5
Octal 30 4 21 0 123 35 133 501 107 5
Binary 11000 100 10001 0 1010011 11101 1011011 101000001 1000111 101

Color Harmonies of #180411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180411

Black with #180411

Text Example


Text Example

White with #180411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180411; }

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

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

background-color css

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

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

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

border-color css

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

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

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