#180713

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

Shades of Melanzane #180713

Tints of Melanzane #180713

Color information

#180713 (or 0x180713) is unknown color: approx Melanzane. HEX triplet: 18, 07 and 13. RGB value is (24,7,19). Sum of RGB (Red+Green+Blue) = 24+7+19=50 (6% of max value = 765). Red value is 24 (9.77% from 255 or 48% from 50); Green value is 7 (3.12% from 255 or 14% from 50); Blue value is 19 (7.81% from 255 or 38% from 50); Max value from RGB is 24 - color contains mainly: red. Hex color #180713 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180713 is #E7F8EC. Grayscale: #0D0D0D. Windows color (decimal): -15202541 or 1247000. OLE color: 1247000.

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

Color convert

RGB24719-
CMYK00.710.210.91
HSL317.65º54.84%6.08%-
HSV(B)317.65º70.83%9.41%-
XYZ0.570.390.66-
YUV13.45131.13135.52-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 48%
GREEN value IS 7 (3.12% from 255) = 14%
BLUE value IS 19 (7.81% from 255) = 38%
R=48%
G=14%
B=38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.21
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2471900.710.210.91317.6554.846.08
Hex18713047155B13e376
Octal30723010725133476676
Binary110001111001101000111101011011011100111110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180713; }

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

 H1.HeaderClassName
 {
   color: #180713;
 }
 .AnyTagClassName
 {
   color: #180713;
 }
</style>
background-color css

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

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

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

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

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

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