Html Css Color HEX #190013 Melanzane

📋 copy color: '#190013'

red 25 ◦ green 0 ◦ blue 19

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

Shades of Melanzane #190013

Tints of Melanzane #190013

RGB

 RED value IS 25 (10.16% from 255) = 56.82%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 56.82%
G = 0%
B = 43.18%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.24

 K value IS 0.90

RGB Variations

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

Color information

#190013 (or 0x190013) is known color: Melanzane. HEX triplet: 19, 00 and 13. RGB value is (25,0,19). Sum of RGB (Red+Green+Blue) = 25+0+19=44 (5% of max value = 765). Red value is 25 (10.16% from 255 or 56.82% from 44); Green value is 0 (0.39% from 255 or 0% from 44); Blue value is 19 (7.81% from 255 or 43.18% from 44); Max value from RGB is 25 - color contains mainly: red. Hex color #190013 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190013 is #E6FFEC. Grayscale: #090909. Windows color (decimal): -15138797 or 1245209. OLE color: 1245209.

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

Color convert

RGB 25 0 19 -
CMYK 0 1 0.24 0.90
HSL 314.4º 1% 0.05% -
HSV(B) 314.4º 1% 0.1% -
XYZ 0.52 0.25 0.64 -
YUV 9.64 133.28 138.96 -
System Red Green Blue C M Y K H S L
Decimal 25 0 19 0 1 0.24 0.90 314.4 1 0.05
Hex 19 0 13 0 64 18 5A 13A 64 5
Octal 31 0 23 0 144 30 132 472 144 5
Binary 11001 0 10011 0 1100100 11000 1011010 100111010 1100100 101

Color Harmonies of #190013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190013

Black with #190013

Text Example


Text Example

White with #190013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190013; }

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

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

background-color css

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

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

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

border-color css

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

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

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