Html Css Color HEX #190E14 Melanzane

📋 copy color: '#190E14'

red 25 ◦ green 14 ◦ blue 20

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

Shades of Melanzane #190E14

Tints of Melanzane #190E14

RGB

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

 GREEN value IS 14 (5.86% from 255) = 23.73%

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

R = 42.37%
G = 23.73%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.20

 K value IS 0.90

RGB Variations

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

Color information

#190E14 (or 0x190E14) is known color: Melanzane. HEX triplet: 19, 0E and 14. RGB value is (25,14,20). Sum of RGB (Red+Green+Blue) = 25+14+20=59 (7% of max value = 765). Red value is 25 (10.16% from 255 or 42.37% from 59); Green value is 14 (5.86% from 255 or 23.73% from 59); Blue value is 20 (8.20% from 255 or 33.90% from 59); Max value from RGB is 25 - color contains mainly: red. Hex color #190E14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190E14 is #E6F1EB. Grayscale: #111111. Windows color (decimal): -15135212 or 1314329. OLE color: 1314329.

HSL color Cylindrical-coordinate representation of color #190E14: hue angle of 327.27º degrees, saturation: 0.28, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #190E14 is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.90.

Color convert

RGB 25 14 20 -
CMYK 0 0.44 0.20 0.90
HSL 327.27º 0.28% 0.08% -
HSV(B) 327.27º 0.44% 0.1% -
XYZ 0.68 0.57 0.74 -
YUV 17.97 129.14 133.01 -
System Red Green Blue C M Y K H S L
Decimal 25 14 20 0 0.44 0.20 0.90 327.27 0.28 0.08
Hex 19 E 14 0 2C 14 5A 147 1C 8
Octal 31 16 24 0 54 24 132 507 34 10
Binary 11001 1110 10100 0 101100 10100 1011010 101000111 11100 1000

Color Harmonies of #190E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190E14

Black with #190E14

Text Example


Text Example

White with #190E14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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