Html Css Color HEX #190314 Melanzane

📋 copy color: '#190314'

red 25 ◦ green 3 ◦ blue 20

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

Shades of Melanzane #190314

Tints of Melanzane #190314

RGB

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

 GREEN value IS 3 (1.56% from 255) = 6.25%

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

R = 52.08%
G = 6.25%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.20

 K value IS 0.90

RGB Variations

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

Color information

#190314 (or 0x190314) is known color: Melanzane. HEX triplet: 19, 03 and 14. RGB value is (25,3,20). Sum of RGB (Red+Green+Blue) = 25+3+20=48 (6% of max value = 765). Red value is 25 (10.16% from 255 or 52.08% from 48); Green value is 3 (1.56% from 255 or 6.25% from 48); Blue value is 20 (8.20% from 255 or 41.67% from 48); Max value from RGB is 25 - color contains mainly: red. Hex color #190314 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190314 is #E6FCEB. Grayscale: #0B0B0B. Windows color (decimal): -15138028 or 1311513. OLE color: 1311513.

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

Color convert

RGB 25 3 20 -
CMYK 0 0.88 0.20 0.90
HSL 313.64º 0.79% 0.05% -
HSV(B) 313.64º 0.88% 0.1% -
XYZ 0.56 0.32 0.69 -
YUV 11.52 132.79 137.62 -
System Red Green Blue C M Y K H S L
Decimal 25 3 20 0 0.88 0.20 0.90 313.64 0.79 0.05
Hex 19 3 14 0 58 14 5A 13A 4F 5
Octal 31 3 24 0 130 24 132 472 117 5
Binary 11001 11 10100 0 1011000 10100 1011010 100111010 1001111 101

Color Harmonies of #190314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190314

Black with #190314

Text Example


Text Example

White with #190314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190314; }

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

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

background-color css

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

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

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

border-color css

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

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

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