Html Css Color HEX #180B13 Melanzane

📋 copy color: '#180B13'

red 24 ◦ green 11 ◦ blue 19

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

Shades of Melanzane #180B13

Tints of Melanzane #180B13

RGB

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

 GREEN value IS 11 (4.69% from 255) = 20.37%

 BLUE value IS 19 (7.81% from 255) = 35.19%

R = 44.44%
G = 20.37%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.21

 K value IS 0.91

RGB Variations

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

Color information

#180B13 (or 0x180B13) is known color: Melanzane. HEX triplet: 18, 0B and 13. RGB value is (24,11,19). Sum of RGB (Red+Green+Blue) = 24+11+19=54 (7% of max value = 765). Red value is 24 (9.77% from 255 or 44.44% from 54); Green value is 11 (4.69% from 255 or 20.37% from 54); Blue value is 19 (7.81% from 255 or 35.19% from 54); Max value from RGB is 24 - color contains mainly: red. Hex color #180B13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180B13 is #E7F4EC. Grayscale: #0F0F0F. Windows color (decimal): -15201517 or 1248024. OLE color: 1248024.

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

Color convert

RGB 24 11 19 -
CMYK 0 0.54 0.21 0.91
HSL 323.08º 0.37% 0.07% -
HSV(B) 323.08º 0.54% 0.09% -
XYZ 0.61 0.48 0.68 -
YUV 15.8 129.81 133.85 -
System Red Green Blue C M Y K H S L
Decimal 24 11 19 0 0.54 0.21 0.91 323.08 0.37 0.07
Hex 18 B 13 0 36 15 5B 143 25 7
Octal 30 13 23 0 66 25 133 503 45 7
Binary 11000 1011 10011 0 110110 10101 1011011 101000011 100101 111

Color Harmonies of #180B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180B13

Black with #180B13

Text Example


Text Example

White with #180B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,11,19); }

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

background-color css

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

 a { background-color: rgb(24,11,19); }

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

border-color css

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

 span { border-color: rgb(24,11,19); }

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