Html Css Color HEX #13010D Melanzane

📋 copy color: '#13010D'

red 19 ◦ green 1 ◦ blue 13

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

Shades of Melanzane #13010D

Tints of Melanzane #13010D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 39.39%

R = 57.58%
G = 3.03%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.32

 K value IS 0.93

RGB Variations

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

Color information

#13010D (or 0x13010D) is known color: Melanzane. HEX triplet: 13, 01 and 0D. RGB value is (19,1,13). Sum of RGB (Red+Green+Blue) = 19+1+13=33 (4% of max value = 765). Red value is 19 (7.81% from 255 or 57.58% from 33); Green value is 1 (0.78% from 255 or 3.03% from 33); Blue value is 13 (5.47% from 255 or 39.39% from 33); Max value from RGB is 19 - color contains mainly: red. Hex color #13010D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13010D is #ECFEF2. Grayscale: #070707. Windows color (decimal): -15531763 or 852243. OLE color: 852243.

HSL color Cylindrical-coordinate representation of color #13010D: hue angle of 320º 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 #13010D is Cyan = 0, Magento = 0.95, Yellow = 0.32 and Black (K on CMYK) = 0.93.

Color convert

RGB 19 1 13 -
CMYK 0 0.95 0.32 0.93
HSL 320º 0.9% 0.04% -
HSV(B) 320º 0.95% 0.07% -
XYZ 0.35 0.19 0.4 -
YUV 7.75 130.96 136.02 -
System Red Green Blue C M Y K H S L
Decimal 19 1 13 0 0.95 0.32 0.93 320 0.9 0.04
Hex 13 1 D 0 5F 20 5D 140 5A 4
Octal 23 1 15 0 137 40 135 500 132 4
Binary 10011 1 1101 0 1011111 100000 1011101 101000000 1011010 100

Color Harmonies of #13010D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13010D

Black with #13010D

Text Example


Text Example

White with #13010D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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