Html Css Color HEX #180913 Melanzane

📋 copy color: '#180913'

red 24 ◦ green 9 ◦ blue 19

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

Shades of Melanzane #180913

Tints of Melanzane #180913

RGB

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

 GREEN value IS 9 (3.91% from 255) = 17.31%

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

R = 46.15%
G = 17.31%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.21

 K value IS 0.91

RGB Variations

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

Color information

#180913 (or 0x180913) is known color: Melanzane. HEX triplet: 18, 09 and 13. RGB value is (24,9,19). Sum of RGB (Red+Green+Blue) = 24+9+19=52 (6% of max value = 765). Red value is 24 (9.77% from 255 or 46.15% from 52); Green value is 9 (3.91% from 255 or 17.31% from 52); Blue value is 19 (7.81% from 255 or 36.54% from 52); Max value from RGB is 24 - color contains mainly: red. Hex color #180913 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180913 is #E7F6EC. Grayscale: #0E0E0E. Windows color (decimal): -15202029 or 1247512. OLE color: 1247512.

HSL color Cylindrical-coordinate representation of color #180913: hue angle of 320º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #180913 is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.91.

Color convert

RGB 24 9 19 -
CMYK 0 0.63 0.21 0.91
HSL 320º 0.45% 0.06% -
HSV(B) 320º 0.63% 0.09% -
XYZ 0.59 0.44 0.67 -
YUV 14.63 130.47 134.69 -
System Red Green Blue C M Y K H S L
Decimal 24 9 19 0 0.63 0.21 0.91 320 0.45 0.06
Hex 18 9 13 0 3F 15 5B 140 2D 6
Octal 30 11 23 0 77 25 133 500 55 6
Binary 11000 1001 10011 0 111111 10101 1011011 101000000 101101 110

Color Harmonies of #180913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180913

Black with #180913

Text Example


Text Example

White with #180913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180913; }

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

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

background-color css

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

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

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

border-color css

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

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

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