Html Css Color HEX #0D060A Melanzane

📋 copy color: '#0D060A'

red 13 ◦ green 6 ◦ blue 10

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

Shades of Melanzane #0D060A

Tints of Melanzane #0D060A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 20.69%

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

R = 44.83%
G = 20.69%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.23

 K value IS 0.95

RGB Variations

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

Color information

#0D060A (or 0x0D060A) is known color: Melanzane. HEX triplet: 0D, 06 and 0A. RGB value is (13,6,10). Sum of RGB (Red+Green+Blue) = 13+6+10=29 (3% of max value = 765). Red value is 13 (5.47% from 255 or 44.83% from 29); Green value is 6 (2.73% from 255 or 20.69% from 29); Blue value is 10 (4.30% from 255 or 34.48% from 29); Max value from RGB is 13 - color contains mainly: red. Hex color #0D060A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D060A is #F2F9F5. Grayscale: #080808. Windows color (decimal): -15923702 or 656909. OLE color: 656909.

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

Color convert

RGB 13 6 10 -
CMYK 0 0.54 0.23 0.95
HSL 325.71º 0.37% 0.04% -
HSV(B) 325.71º 0.54% 0.05% -
XYZ 0.29 0.24 0.32 -
YUV 8.55 128.82 131.17 -
System Red Green Blue C M Y K H S L
Decimal 13 6 10 0 0.54 0.23 0.95 325.71 0.37 0.04
Hex D 6 A 0 36 17 5F 146 25 4
Octal 15 6 12 0 66 27 137 506 45 4
Binary 1101 110 1010 0 110110 10111 1011111 101000110 100101 100

Color Harmonies of #0D060A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D060A

Black with #0D060A

Text Example


Text Example

White with #0D060A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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