Html Css Color HEX #190512 Melanzane

📋 copy color: '#190512'

red 25 ◦ green 5 ◦ blue 18

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

Shades of Melanzane #190512

Tints of Melanzane #190512

RGB

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

 GREEN value IS 5 (2.34% from 255) = 10.42%

 BLUE value IS 18 (7.42% from 255) = 37.5%

R = 52.08%
G = 10.42%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.28

 K value IS 0.90

RGB Variations

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

Color information

#190512 (or 0x190512) is known color: Melanzane. HEX triplet: 19, 05 and 12. RGB value is (25,5,18). Sum of RGB (Red+Green+Blue) = 25+5+18=48 (6% of max value = 765). Red value is 25 (10.16% from 255 or 52.08% from 48); Green value is 5 (2.34% from 255 or 10.42% from 48); Blue value is 18 (7.42% from 255 or 37.5% from 48); Max value from RGB is 25 - color contains mainly: red. Hex color #190512 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190512 is #E6FAED. Grayscale: #0C0C0C. Windows color (decimal): -15137518 or 1180953. OLE color: 1180953.

HSL color Cylindrical-coordinate representation of color #190512: hue angle of 321º degrees, saturation: 0.67, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #190512 is Cyan = 0, Magento = 0.80, Yellow = 0.28 and Black (K on CMYK) = 0.90.

Color convert

RGB 25 5 18 -
CMYK 0 0.80 0.28 0.90
HSL 321º 0.67% 0.06% -
HSV(B) 321º 0.8% 0.1% -
XYZ 0.56 0.36 0.61 -
YUV 12.46 131.13 136.94 -
System Red Green Blue C M Y K H S L
Decimal 25 5 18 0 0.80 0.28 0.90 321 0.67 0.06
Hex 19 5 12 0 50 1C 5A 141 43 6
Octal 31 5 22 0 120 34 132 501 103 6
Binary 11001 101 10010 0 1010000 11100 1011010 101000001 1000011 110

Color Harmonies of #190512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190512

Black with #190512

Text Example


Text Example

White with #190512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190512; }

 p { color: rgb(25,5,18); }

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

background-color css

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

 a { background-color: rgb(25,5,18); }

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

border-color css

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

 span { border-color: rgb(25,5,18); }

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