Html Css Color HEX #180D13 Melanzane

📋 copy color: '#180D13'

red 24 ◦ green 13 ◦ blue 19

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

Shades of Melanzane #180D13

Tints of Melanzane #180D13

RGB

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

 GREEN value IS 13 (5.47% from 255) = 23.21%

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

R = 42.86%
G = 23.21%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.21

 K value IS 0.91

RGB Variations

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

Color information

#180D13 (or 0x180D13) is known color: Melanzane. HEX triplet: 18, 0D and 13. RGB value is (24,13,19). Sum of RGB (Red+Green+Blue) = 24+13+19=56 (7% of max value = 765). Red value is 24 (9.77% from 255 or 42.86% from 56); Green value is 13 (5.47% from 255 or 23.21% from 56); Blue value is 19 (7.81% from 255 or 33.93% from 56); Max value from RGB is 24 - color contains mainly: red. Hex color #180D13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180D13 is #E7F2EC. Grayscale: #101010. Windows color (decimal): -15201005 or 1248536. OLE color: 1248536.

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

Color convert

RGB 24 13 19 -
CMYK 0 0.46 0.21 0.91
HSL 327.27º 0.3% 0.07% -
HSV(B) 327.27º 0.46% 0.09% -
XYZ 0.64 0.53 0.68 -
YUV 16.97 129.14 133.01 -
System Red Green Blue C M Y K H S L
Decimal 24 13 19 0 0.46 0.21 0.91 327.27 0.3 0.07
Hex 18 D 13 0 2E 15 5B 147 1E 7
Octal 30 15 23 0 56 25 133 507 36 7
Binary 11000 1101 10011 0 101110 10101 1011011 101000111 11110 111

Color Harmonies of #180D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180D13

Black with #180D13

Text Example


Text Example

White with #180D13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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