Html Css Color HEX #0D0209 Melanzane

📋 copy color: '#0D0209'

red 13 ◦ green 2 ◦ blue 9

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

Shades of Melanzane #0D0209

Tints of Melanzane #0D0209

RGB

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

 GREEN value IS 2 (1.17% from 255) = 8.33%

 BLUE value IS 9 (3.91% from 255) = 37.5%

R = 54.17%
G = 8.33%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.31

 K value IS 0.95

RGB Variations

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

Color information

#0D0209 (or 0x0D0209) is known color: Melanzane. HEX triplet: 0D, 02 and 09. RGB value is (13,2,9). Sum of RGB (Red+Green+Blue) = 13+2+9=24 (3% of max value = 765). Red value is 13 (5.47% from 255 or 54.17% from 24); Green value is 2 (1.17% from 255 or 8.33% from 24); Blue value is 9 (3.91% from 255 or 37.5% from 24); Max value from RGB is 13 - color contains mainly: red. Hex color #0D0209 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0209 is #F2FDF6. Grayscale: #060606. Windows color (decimal): -15924727 or 590349. OLE color: 590349.

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

Color convert

RGB 13 2 9 -
CMYK 0 0.85 0.31 0.95
HSL 321.82º 0.73% 0.03% -
HSV(B) 321.82º 0.85% 0.05% -
XYZ 0.24 0.15 0.27 -
YUV 6.09 129.64 132.93 -
System Red Green Blue C M Y K H S L
Decimal 13 2 9 0 0.85 0.31 0.95 321.82 0.73 0.03
Hex D 2 9 0 55 1F 5F 142 49 3
Octal 15 2 11 0 125 37 137 502 111 3
Binary 1101 10 1001 0 1010101 11111 1011111 101000010 1001001 11

Color Harmonies of #0D0209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D0209

Black with #0D0209

Text Example


Text Example

White with #0D0209

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,2,9); }

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

background-color css

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

 a { background-color: rgb(13,2,9); }

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

border-color css

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

 span { border-color: rgb(13,2,9); }

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