Html Css Color HEX #13010E Melanzane

📋 copy color: '#13010E'

red 19 ◦ green 1 ◦ blue 14

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

Shades of Melanzane #13010E

Tints of Melanzane #13010E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 2.94%

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

R = 55.88%
G = 2.94%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.26

 K value IS 0.93

RGB Variations

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

Color information

#13010E (or 0x13010E) is known color: Melanzane. HEX triplet: 13, 01 and 0E. RGB value is (19,1,14). Sum of RGB (Red+Green+Blue) = 19+1+14=34 (4% of max value = 765). Red value is 19 (7.81% from 255 or 55.88% from 34); Green value is 1 (0.78% from 255 or 2.94% from 34); Blue value is 14 (5.86% from 255 or 41.18% from 34); Max value from RGB is 19 - color contains mainly: red. Hex color #13010E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13010E is #ECFEF1. Grayscale: #070707. Windows color (decimal): -15531762 or 917779. OLE color: 917779.

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

Color convert

RGB 19 1 14 -
CMYK 0 0.95 0.26 0.93
HSL 316.67º 0.9% 0.04% -
HSV(B) 316.67º 0.95% 0.07% -
XYZ 0.36 0.19 0.43 -
YUV 7.86 131.46 135.94 -
System Red Green Blue C M Y K H S L
Decimal 19 1 14 0 0.95 0.26 0.93 316.67 0.9 0.04
Hex 13 1 E 0 5F 1A 5D 13D 5A 4
Octal 23 1 16 0 137 32 135 475 132 4
Binary 10011 1 1110 0 1011111 11010 1011101 100111101 1011010 100

Color Harmonies of #13010E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13010E

Black with #13010E

Text Example


Text Example

White with #13010E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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