Html Css Color HEX #190D14 Melanzane

📋 copy color: '#190D14'

red 25 ◦ green 13 ◦ blue 20

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

Shades of Melanzane #190D14

Tints of Melanzane #190D14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 34.48%

R = 43.1%
G = 22.41%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.20

 K value IS 0.90

RGB Variations

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

Color information

#190D14 (or 0x190D14) is known color: Melanzane. HEX triplet: 19, 0D and 14. RGB value is (25,13,20). Sum of RGB (Red+Green+Blue) = 25+13+20=58 (7% of max value = 765). Red value is 25 (10.16% from 255 or 43.10% from 58); Green value is 13 (5.47% from 255 or 22.41% from 58); Blue value is 20 (8.20% from 255 or 34.48% from 58); Max value from RGB is 25 - color contains mainly: red. Hex color #190D14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190D14 is #E6F2EB. Grayscale: #111111. Windows color (decimal): -15135468 or 1314073. OLE color: 1314073.

HSL color Cylindrical-coordinate representation of color #190D14: hue angle of 325º 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 #190D14 is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.90.

Color convert

RGB 25 13 20 -
CMYK 0 0.48 0.20 0.90
HSL 325º 0.32% 0.07% -
HSV(B) 325º 0.48% 0.1% -
XYZ 0.67 0.55 0.73 -
YUV 17.39 129.48 133.43 -
System Red Green Blue C M Y K H S L
Decimal 25 13 20 0 0.48 0.20 0.90 325 0.32 0.07
Hex 19 D 14 0 30 14 5A 145 20 7
Octal 31 15 24 0 60 24 132 505 40 7
Binary 11001 1101 10100 0 110000 10100 1011010 101000101 100000 111

Color Harmonies of #190D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190D14

Black with #190D14

Text Example


Text Example

White with #190D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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