Html Css Color HEX #190012 Melanzane

📋 copy color: '#190012'

red 25 ◦ green 0 ◦ blue 18

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

Shades of Melanzane #190012

Tints of Melanzane #190012

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 58.14%
G = 0%
B = 41.86%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.28

 K value IS 0.90

RGB Variations

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

Color information

#190012 (or 0x190012) is known color: Melanzane. HEX triplet: 19, 00 and 12. RGB value is (25,0,18). Sum of RGB (Red+Green+Blue) = 25+0+18=43 (5% of max value = 765). Red value is 25 (10.16% from 255 or 58.14% from 43); Green value is 0 (0.39% from 255 or 0% from 43); Blue value is 18 (7.42% from 255 or 41.86% from 43); Max value from RGB is 25 - color contains mainly: red. Hex color #190012 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190012 is #E6FFED. Grayscale: #090909. Windows color (decimal): -15138798 or 1179673. OLE color: 1179673.

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

Color convert

RGB 25 0 18 -
CMYK 0 1 0.28 0.90
HSL 316.8º 1% 0.05% -
HSV(B) 316.8º 1% 0.1% -
XYZ 0.51 0.25 0.59 -
YUV 9.53 132.78 139.04 -
System Red Green Blue C M Y K H S L
Decimal 25 0 18 0 1 0.28 0.90 316.8 1 0.05
Hex 19 0 12 0 64 1C 5A 13D 64 5
Octal 31 0 22 0 144 34 132 475 144 5
Binary 11001 0 10010 0 1100100 11100 1011010 100111101 1100100 101

Color Harmonies of #190012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190012

Black with #190012

Text Example


Text Example

White with #190012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190012; }

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

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

background-color css

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

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

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

border-color css

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

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

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