Html Css Color HEX #190913 Melanzane

📋 copy color: '#190913'

red 25 ◦ green 9 ◦ blue 19

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

Shades of Melanzane #190913

Tints of Melanzane #190913

RGB

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

 GREEN value IS 9 (3.91% from 255) = 16.98%

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

R = 47.17%
G = 16.98%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.24

 K value IS 0.90

RGB Variations

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

Color information

#190913 (or 0x190913) is known color: Melanzane. HEX triplet: 19, 09 and 13. RGB value is (25,9,19). Sum of RGB (Red+Green+Blue) = 25+9+19=53 (7% of max value = 765). Red value is 25 (10.16% from 255 or 47.17% from 53); Green value is 9 (3.91% from 255 or 16.98% from 53); Blue value is 19 (7.81% from 255 or 35.85% from 53); Max value from RGB is 25 - color contains mainly: red. Hex color #190913 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190913 is #E6F6EC. Grayscale: #0E0E0E. Windows color (decimal): -15136493 or 1247513. OLE color: 1247513.

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

Color convert

RGB 25 9 19 -
CMYK 0 0.64 0.24 0.90
HSL 322.5º 0.47% 0.07% -
HSV(B) 322.5º 0.64% 0.1% -
XYZ 0.62 0.45 0.67 -
YUV 14.92 130.3 135.19 -
System Red Green Blue C M Y K H S L
Decimal 25 9 19 0 0.64 0.24 0.90 322.5 0.47 0.07
Hex 19 9 13 0 40 18 5A 142 2F 7
Octal 31 11 23 0 100 30 132 502 57 7
Binary 11001 1001 10011 0 1000000 11000 1011010 101000010 101111 111

Color Harmonies of #190913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190913

Black with #190913

Text Example


Text Example

White with #190913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190913; }

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

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

background-color css

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

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

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

border-color css

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

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

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