Html Css Color HEX #190612 Melanzane

📋 copy color: '#190612'

red 25 ◦ green 6 ◦ blue 18

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

Shades of Melanzane #190612

Tints of Melanzane #190612

RGB

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

 GREEN value IS 6 (2.73% from 255) = 12.24%

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

R = 51.02%
G = 12.24%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.28

 K value IS 0.90

RGB Variations

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

Color information

#190612 (or 0x190612) is known color: Melanzane. HEX triplet: 19, 06 and 12. RGB value is (25,6,18). Sum of RGB (Red+Green+Blue) = 25+6+18=49 (6% of max value = 765). Red value is 25 (10.16% from 255 or 51.02% from 49); Green value is 6 (2.73% from 255 or 12.24% from 49); Blue value is 18 (7.42% from 255 or 36.73% from 49); Max value from RGB is 25 - color contains mainly: red. Hex color #190612 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190612 is #E6F9ED. Grayscale: #0D0D0D. Windows color (decimal): -15137262 or 1181209. OLE color: 1181209.

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

Color convert

RGB 25 6 18 -
CMYK 0 0.76 0.28 0.90
HSL 322.11º 0.61% 0.06% -
HSV(B) 322.11º 0.76% 0.1% -
XYZ 0.58 0.38 0.62 -
YUV 13.05 130.79 136.52 -
System Red Green Blue C M Y K H S L
Decimal 25 6 18 0 0.76 0.28 0.90 322.11 0.61 0.06
Hex 19 6 12 0 4C 1C 5A 142 3D 6
Octal 31 6 22 0 114 34 132 502 75 6
Binary 11001 110 10010 0 1001100 11100 1011010 101000010 111101 110

Color Harmonies of #190612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190612

Black with #190612

Text Example


Text Example

White with #190612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190612; }

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

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

background-color css

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

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

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

border-color css

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

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

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