Html Css Color HEX #190213 Melanzane

📋 copy color: '#190213'

red 25 ◦ green 2 ◦ blue 19

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

Shades of Melanzane #190213

Tints of Melanzane #190213

RGB

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

 GREEN value IS 2 (1.17% from 255) = 4.35%

 BLUE value IS 19 (7.81% from 255) = 41.3%

R = 54.35%
G = 4.35%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.24

 K value IS 0.90

RGB Variations

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

Color information

#190213 (or 0x190213) is known color: Melanzane. HEX triplet: 19, 02 and 13. RGB value is (25,2,19). Sum of RGB (Red+Green+Blue) = 25+2+19=46 (6% of max value = 765). Red value is 25 (10.16% from 255 or 54.35% from 46); Green value is 2 (1.17% from 255 or 4.35% from 46); Blue value is 19 (7.81% from 255 or 41.30% from 46); Max value from RGB is 25 - color contains mainly: red. Hex color #190213 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190213 is #E6FDEC. Grayscale: #0A0A0A. Windows color (decimal): -15138285 or 1245721. OLE color: 1245721.

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

Color convert

RGB 25 2 19 -
CMYK 0 0.92 0.24 0.90
HSL 315.65º 0.85% 0.05% -
HSV(B) 315.65º 0.92% 0.1% -
XYZ 0.54 0.3 0.64 -
YUV 10.82 132.62 138.12 -
System Red Green Blue C M Y K H S L
Decimal 25 2 19 0 0.92 0.24 0.90 315.65 0.85 0.05
Hex 19 2 13 0 5C 18 5A 13C 55 5
Octal 31 2 23 0 134 30 132 474 125 5
Binary 11001 10 10011 0 1011100 11000 1011010 100111100 1010101 101

Color Harmonies of #190213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190213

Black with #190213

Text Example


Text Example

White with #190213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190213; }

 p { color: rgb(25,2,19); }

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

background-color css

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

 a { background-color: rgb(25,2,19); }

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

border-color css

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

 span { border-color: rgb(25,2,19); }

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