#180613

Color #180613 Melanzane (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melanzane #180613

Tints of Melanzane #180613

Color information

#180613 (or 0x180613) is unknown color: approx 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

RGB24619-
CMYK00.750.210.91
HSL316.67º60%5.88%-
HSV(B)316.67º75%9.41%-
XYZ0.560.370.66-
YUV12.86131.46135.94-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.21
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2461900.750.210.91316.67605.88
Hex1861304B155B13d3c6
Octal30623011325133475746
Binary110001101001101001011101011011011100111101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>