#190813

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

Shades of Melanzane #190813

Tints of Melanzane #190813

Color information

#190813 (or 0x190813) is unknown color: approx Melanzane. HEX triplet: 19, 08 and 13. RGB value is (25,8,19). Sum of RGB (Red+Green+Blue) = 25+8+19=52 (6% of max value = 765). Red value is 25 (10.16% from 255 or 48.08% from 52); Green value is 8 (3.52% from 255 or 15.38% from 52); Blue value is 19 (7.81% from 255 or 36.54% from 52); Max value from RGB is 25 - color contains mainly: red. Hex color #190813 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190813 is #E6F7EC. Grayscale: #0E0E0E. Windows color (decimal): -15136749 or 1247257. OLE color: 1247257.

HSL color Cylindrical-coordinate representation of color #190813: hue angle of 321.18º degrees, saturation: 0.52, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #190813 is Cyan = 0, Magento = 0.68, Yellow = 0.24 and Black (K on CMYK) = 0.90.

Color convert

RGB25819-
CMYK00.680.240.90
HSL321.18º51.52%6.47%-
HSV(B)321.18º68%9.8%-
XYZ0.610.430.67-
YUV14.34130.63135.61-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 48.08%
GREEN value IS 8 (3.52% from 255) = 15.38%
BLUE value IS 19 (7.81% from 255) = 36.54%
R=48.08%
G=15.38%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.24
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2581900.680.240.90321.1851.526.47
Hex19813044185A141346
Octal311023010430132501646
Binary1100110001001101000100110001011010101000001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190813; }

 p { color: rgb(25,8,19); }

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

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

 a { background-color: rgb(25,8,19); }

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

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

 span { border-color: rgb(25,8,19); }

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