Html Css Color HEX #190D16 Melanzane

📋 copy color: '#190D16'

red 25 ◦ green 13 ◦ blue 22

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

Shades of Melanzane #190D16

Tints of Melanzane #190D16

RGB

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

 GREEN value IS 13 (5.47% from 255) = 21.67%

 BLUE value IS 22 (8.98% from 255) = 36.67%

R = 41.67%
G = 21.67%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.12

 K value IS 0.90

RGB Variations

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

Color information

#190D16 (or 0x190D16) is known color: Melanzane. HEX triplet: 19, 0D and 16. RGB value is (25,13,22). Sum of RGB (Red+Green+Blue) = 25+13+22=60 (7% of max value = 765). Red value is 25 (10.16% from 255 or 41.67% from 60); Green value is 13 (5.47% from 255 or 21.67% from 60); Blue value is 22 (8.98% from 255 or 36.67% from 60); Max value from RGB is 25 - color contains mainly: red. Hex color #190D16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190D16 is #E6F2E9. Grayscale: #111111. Windows color (decimal): -15135466 or 1445145. OLE color: 1445145.

HSL color Cylindrical-coordinate representation of color #190D16: hue angle of 315º degrees, saturation: 0.32, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #190D16 is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.90.

Color convert

RGB 25 13 22 -
CMYK 0 0.48 0.12 0.90
HSL 315º 0.32% 0.07% -
HSV(B) 315º 0.48% 0.1% -
XYZ 0.69 0.55 0.83 -
YUV 17.61 130.48 133.27 -
System Red Green Blue C M Y K H S L
Decimal 25 13 22 0 0.48 0.12 0.90 315 0.32 0.07
Hex 19 D 16 0 30 C 5A 13B 20 7
Octal 31 15 26 0 60 14 132 473 40 7
Binary 11001 1101 10110 0 110000 1100 1011010 100111011 100000 111

Color Harmonies of #190D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190D16

Black with #190D16

Text Example


Text Example

White with #190D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190D16; }

 p { color: rgb(25,13,22); }

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

background-color css

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

 a { background-color: rgb(25,13,22); }

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

border-color css

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

 span { border-color: rgb(25,13,22); }

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