Html Css Color HEX #180613 Melanzane

📋 copy color: '#180613'

red 24 ◦ green 6 ◦ blue 19

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

Shades of Melanzane #180613

Tints of Melanzane #180613

RGB

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

 GREEN value IS 6 (2.73% from 255) = 12.24%

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

R = 48.98%
G = 12.24%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.21

 K value IS 0.91

RGB Variations

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

Color information

#180613 (or 0x180613) is known color: Melanzane. HEX triplet: 18, 06 and 13. RGB value is (24,6,19). Sum of RGB (Red+Green+Blue) = 24+6+19=49 (6% of max value = 765). Red value is 24 (9.77% from 255 or 48.98% from 49); Green value is 6 (2.73% from 255 or 12.24% from 49); Blue value is 19 (7.81% from 255 or 38.78% from 49); Max value from RGB is 24 - color contains mainly: red. Hex color #180613 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180613 is #E7F9EC. Grayscale: #0C0C0C. Windows color (decimal): -15202797 or 1246744. OLE color: 1246744.

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

Color convert

RGB 24 6 19 -
CMYK 0 0.75 0.21 0.91
HSL 316.67º 0.6% 0.06% -
HSV(B) 316.67º 0.75% 0.09% -
XYZ 0.56 0.37 0.66 -
YUV 12.86 131.46 135.94 -
System Red Green Blue C M Y K H S L
Decimal 24 6 19 0 0.75 0.21 0.91 316.67 0.6 0.06
Hex 18 6 13 0 4B 15 5B 13D 3C 6
Octal 30 6 23 0 113 25 133 475 74 6
Binary 11000 110 10011 0 1001011 10101 1011011 100111101 111100 110

Color Harmonies of #180613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180613

Black with #180613

Text Example


Text Example

White with #180613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180613; }

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

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

background-color css

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

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

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

border-color css

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

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

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