Html Css Color HEX #190113 Melanzane

📋 copy color: '#190113'

red 25 ◦ green 1 ◦ blue 19

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

Shades of Melanzane #190113

Tints of Melanzane #190113

RGB

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

 GREEN value IS 1 (0.78% from 255) = 2.22%

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

R = 55.56%
G = 2.22%
B = 42.22%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.24

 K value IS 0.90

RGB Variations

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

Color information

#190113 (or 0x190113) is known color: Melanzane. HEX triplet: 19, 01 and 13. RGB value is (25,1,19). Sum of RGB (Red+Green+Blue) = 25+1+19=45 (5% of max value = 765). Red value is 25 (10.16% from 255 or 55.56% from 45); Green value is 1 (0.78% from 255 or 2.22% from 45); Blue value is 19 (7.81% from 255 or 42.22% from 45); Max value from RGB is 25 - color contains mainly: red. Hex color #190113 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190113 is #E6FEEC. Grayscale: #0A0A0A. Windows color (decimal): -15138541 or 1245465. OLE color: 1245465.

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

Color convert

RGB 25 1 19 -
CMYK 0 0.96 0.24 0.90
HSL 315º 0.92% 0.05% -
HSV(B) 315º 0.96% 0.1% -
XYZ 0.53 0.28 0.64 -
YUV 10.23 132.95 138.54 -
System Red Green Blue C M Y K H S L
Decimal 25 1 19 0 0.96 0.24 0.90 315 0.92 0.05
Hex 19 1 13 0 60 18 5A 13B 5C 5
Octal 31 1 23 0 140 30 132 473 134 5
Binary 11001 1 10011 0 1100000 11000 1011010 100111011 1011100 101

Color Harmonies of #190113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190113

Black with #190113

Text Example


Text Example

White with #190113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190113; }

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

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

background-color css

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

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

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

border-color css

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

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

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