Html Css Color HEX #0D040A Melanzane

📋 copy color: '#0D040A'

red 13 ◦ green 4 ◦ blue 10

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

Shades of Melanzane #0D040A

Tints of Melanzane #0D040A

RGB

 RED value IS 13 (5.47% from 255) = 48.15%

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

 BLUE value IS 10 (4.3% from 255) = 37.04%

R = 48.15%
G = 14.81%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.23

 K value IS 0.95

RGB Variations

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

Color information

#0D040A (or 0x0D040A) is known color: Melanzane. HEX triplet: 0D, 04 and 0A. RGB value is (13,4,10). Sum of RGB (Red+Green+Blue) = 13+4+10=27 (3% of max value = 765). Red value is 13 (5.47% from 255 or 48.15% from 27); Green value is 4 (1.95% from 255 or 14.81% from 27); Blue value is 10 (4.30% from 255 or 37.04% from 27); Max value from RGB is 13 - color contains mainly: red. Hex color #0D040A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D040A is #F2FBF5. Grayscale: #070707. Windows color (decimal): -15924214 or 656397. OLE color: 656397.

HSL color Cylindrical-coordinate representation of color #0D040A: hue angle of 320º degrees, saturation: 0.53, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0D040A is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.95.

Color convert

RGB 13 4 10 -
CMYK 0 0.69 0.23 0.95
HSL 320º 0.53% 0.03% -
HSV(B) 320º 0.69% 0.05% -
XYZ 0.26 0.19 0.31 -
YUV 7.38 129.48 132.01 -
System Red Green Blue C M Y K H S L
Decimal 13 4 10 0 0.69 0.23 0.95 320 0.53 0.03
Hex D 4 A 0 45 17 5F 140 35 3
Octal 15 4 12 0 105 27 137 500 65 3
Binary 1101 100 1010 0 1000101 10111 1011111 101000000 110101 11

Color Harmonies of #0D040A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D040A

Black with #0D040A

Text Example


Text Example

White with #0D040A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D040A; }

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

 H1.HeaderClassName
 {
   color: #0D040A;
 }
 .AnyTagClassName
 {
   color: #0D040A;
 }
</style>

background-color css

<style>
 a { background-color: #0D040A; }

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

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

border-color css

<style>
 span { border-color: #0D040A; }

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

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