Html Css Color HEX #13000D Melanzane

📋 copy color: '#13000D'

red 19 ◦ green 0 ◦ blue 13

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

Shades of Melanzane #13000D

Tints of Melanzane #13000D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 59.38%
G = 0%
B = 40.63%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.32

 K value IS 0.93

RGB Variations

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

Color information

#13000D (or 0x13000D) is known color: Melanzane. HEX triplet: 13, 00 and 0D. RGB value is (19,0,13). Sum of RGB (Red+Green+Blue) = 19+0+13=32 (4% of max value = 765). Red value is 19 (7.81% from 255 or 59.38% from 32); Green value is 0 (0.39% from 255 or 0% from 32); Blue value is 13 (5.47% from 255 or 40.62% from 32); Max value from RGB is 19 - color contains mainly: red. Hex color #13000D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13000D is #ECFFF2. Grayscale: #070707. Windows color (decimal): -15532019 or 851987. OLE color: 851987.

HSL color Cylindrical-coordinate representation of color #13000D: hue angle of 318.95º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #13000D is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.93.

Color convert

RGB 19 0 13 -
CMYK 0 1 0.32 0.93
HSL 318.95º 1% 0.04% -
HSV(B) 318.95º 1% 0.07% -
XYZ 0.34 0.17 0.4 -
YUV 7.16 131.29 136.44 -
System Red Green Blue C M Y K H S L
Decimal 19 0 13 0 1 0.32 0.93 318.95 1 0.04
Hex 13 0 D 0 64 20 5D 13F 64 4
Octal 23 0 15 0 144 40 135 477 144 4
Binary 10011 0 1101 0 1100100 100000 1011101 100111111 1100100 100

Color Harmonies of #13000D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13000D

Black with #13000D

Text Example


Text Example

White with #13000D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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