Html Css Color HEX #180A13 Melanzane

📋 copy color: '#180A13'

red 24 ◦ green 10 ◦ blue 19

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

Shades of Melanzane #180A13

Tints of Melanzane #180A13

RGB

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

 GREEN value IS 10 (4.3% from 255) = 18.87%

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

R = 45.28%
G = 18.87%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.21

 K value IS 0.91

RGB Variations

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

Color information

#180A13 (or 0x180A13) is known color: Melanzane. HEX triplet: 18, 0A and 13. RGB value is (24,10,19). Sum of RGB (Red+Green+Blue) = 24+10+19=53 (7% of max value = 765). Red value is 24 (9.77% from 255 or 45.28% from 53); Green value is 10 (4.30% from 255 or 18.87% from 53); Blue value is 19 (7.81% from 255 or 35.85% from 53); Max value from RGB is 24 - color contains mainly: red. Hex color #180A13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180A13 is #E7F5EC. Grayscale: #0F0F0F. Windows color (decimal): -15201773 or 1247768. OLE color: 1247768.

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

Color convert

RGB 24 10 19 -
CMYK 0 0.58 0.21 0.91
HSL 321.43º 0.41% 0.07% -
HSV(B) 321.43º 0.58% 0.09% -
XYZ 0.6 0.46 0.67 -
YUV 15.21 130.14 134.27 -
System Red Green Blue C M Y K H S L
Decimal 24 10 19 0 0.58 0.21 0.91 321.43 0.41 0.07
Hex 18 A 13 0 3A 15 5B 141 29 7
Octal 30 12 23 0 72 25 133 501 51 7
Binary 11000 1010 10011 0 111010 10101 1011011 101000001 101001 111

Color Harmonies of #180A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180A13

Black with #180A13

Text Example


Text Example

White with #180A13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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