Html Css Color HEX #13020E Melanzane

📋 copy color: '#13020E'

red 19 ◦ green 2 ◦ blue 14

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

Shades of Melanzane #13020E

Tints of Melanzane #13020E

RGB

 RED value IS 19 (7.81% from 255) = 54.29%

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

 BLUE value IS 14 (5.86% from 255) = 40%

R = 54.29%
G = 5.71%
B = 40%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.26

 K value IS 0.93

RGB Variations

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

Color information

#13020E (or 0x13020E) is known color: Melanzane. HEX triplet: 13, 02 and 0E. RGB value is (19,2,14). Sum of RGB (Red+Green+Blue) = 19+2+14=35 (4% of max value = 765). Red value is 19 (7.81% from 255 or 54.29% from 35); Green value is 2 (1.17% from 255 or 5.71% from 35); Blue value is 14 (5.86% from 255 or 40% from 35); Max value from RGB is 19 - color contains mainly: red. Hex color #13020E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13020E is #ECFDF1. Grayscale: #080808. Windows color (decimal): -15531506 or 918035. OLE color: 918035.

HSL color Cylindrical-coordinate representation of color #13020E: hue angle of 317.65º degrees, saturation: 0.81, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13020E is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.93.

Color convert

RGB 19 2 14 -
CMYK 0 0.89 0.26 0.93
HSL 317.65º 0.81% 0.04% -
HSV(B) 317.65º 0.89% 0.07% -
XYZ 0.37 0.21 0.44 -
YUV 8.45 131.13 135.52 -
System Red Green Blue C M Y K H S L
Decimal 19 2 14 0 0.89 0.26 0.93 317.65 0.81 0.04
Hex 13 2 E 0 59 1A 5D 13E 51 4
Octal 23 2 16 0 131 32 135 476 121 4
Binary 10011 10 1110 0 1011001 11010 1011101 100111110 1010001 100

Color Harmonies of #13020E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13020E

Black with #13020E

Text Example


Text Example

White with #13020E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13020E; }

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

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

background-color css

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

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

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

border-color css

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

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

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