Html Css Color HEX #180511 Melanzane

📋 copy color: '#180511'

red 24 ◦ green 5 ◦ blue 17

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

Shades of Melanzane #180511

Tints of Melanzane #180511

RGB

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

 GREEN value IS 5 (2.34% from 255) = 10.87%

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

R = 52.17%
G = 10.87%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.29

 K value IS 0.91

RGB Variations

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

Color information

#180511 (or 0x180511) is known color: Melanzane. HEX triplet: 18, 05 and 11. RGB value is (24,5,17). Sum of RGB (Red+Green+Blue) = 24+5+17=46 (6% of max value = 765). Red value is 24 (9.77% from 255 or 52.17% from 46); Green value is 5 (2.34% from 255 or 10.87% from 46); Blue value is 17 (7.03% from 255 or 36.96% from 46); Max value from RGB is 24 - color contains mainly: red. Hex color #180511 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180511 is #E7FAEE. Grayscale: #0C0C0C. Windows color (decimal): -15203055 or 1115416. OLE color: 1115416.

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

Color convert

RGB 24 5 17 -
CMYK 0 0.79 0.29 0.91
HSL 322.11º 0.66% 0.06% -
HSV(B) 322.11º 0.79% 0.09% -
XYZ 0.53 0.34 0.57 -
YUV 12.05 130.79 136.52 -
System Red Green Blue C M Y K H S L
Decimal 24 5 17 0 0.79 0.29 0.91 322.11 0.66 0.06
Hex 18 5 11 0 4F 1D 5B 142 42 6
Octal 30 5 21 0 117 35 133 502 102 6
Binary 11000 101 10001 0 1001111 11101 1011011 101000010 1000010 110

Color Harmonies of #180511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180511

Black with #180511

Text Example


Text Example

White with #180511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180511; }

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

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

background-color css

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

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

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

border-color css

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

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

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