Html Css Color HEX #13040D Melanzane

📋 copy color: '#13040D'

red 19 ◦ green 4 ◦ blue 13

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

Shades of Melanzane #13040D

Tints of Melanzane #13040D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 11.11%

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

R = 52.78%
G = 11.11%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.32

 K value IS 0.93

RGB Variations

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

Color information

#13040D (or 0x13040D) is known color: Melanzane. HEX triplet: 13, 04 and 0D. RGB value is (19,4,13). Sum of RGB (Red+Green+Blue) = 19+4+13=36 (4% of max value = 765). Red value is 19 (7.81% from 255 or 52.78% from 36); Green value is 4 (1.95% from 255 or 11.11% from 36); Blue value is 13 (5.47% from 255 or 36.11% from 36); Max value from RGB is 19 - color contains mainly: red. Hex color #13040D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13040D is #ECFBF2. Grayscale: #090909. Windows color (decimal): -15530995 or 853011. OLE color: 853011.

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

Color convert

RGB 19 4 13 -
CMYK 0 0.79 0.32 0.93
HSL 324º 0.65% 0.05% -
HSV(B) 324º 0.79% 0.07% -
XYZ 0.38 0.25 0.41 -
YUV 9.51 129.97 134.77 -
System Red Green Blue C M Y K H S L
Decimal 19 4 13 0 0.79 0.32 0.93 324 0.65 0.05
Hex 13 4 D 0 4F 20 5D 144 41 5
Octal 23 4 15 0 117 40 135 504 101 5
Binary 10011 100 1101 0 1001111 100000 1011101 101000100 1000001 101

Color Harmonies of #13040D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13040D

Black with #13040D

Text Example


Text Example

White with #13040D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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