Html Css Color HEX #0D050A Melanzane

📋 copy color: '#0D050A'

red 13 ◦ green 5 ◦ blue 10

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

Shades of Melanzane #0D050A

Tints of Melanzane #0D050A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 17.86%

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

R = 46.43%
G = 17.86%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.23

 K value IS 0.95

RGB Variations

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

Color information

#0D050A (or 0x0D050A) is known color: Melanzane. HEX triplet: 0D, 05 and 0A. RGB value is (13,5,10). Sum of RGB (Red+Green+Blue) = 13+5+10=28 (3% of max value = 765). Red value is 13 (5.47% from 255 or 46.43% from 28); Green value is 5 (2.34% from 255 or 17.86% from 28); Blue value is 10 (4.30% from 255 or 35.71% from 28); Max value from RGB is 13 - color contains mainly: red. Hex color #0D050A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D050A is #F2FAF5. Grayscale: #070707. Windows color (decimal): -15923958 or 656653. OLE color: 656653.

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

Color convert

RGB 13 5 10 -
CMYK 0 0.62 0.23 0.95
HSL 322.5º 0.44% 0.04% -
HSV(B) 322.5º 0.62% 0.05% -
XYZ 0.28 0.22 0.31 -
YUV 7.96 129.15 131.59 -
System Red Green Blue C M Y K H S L
Decimal 13 5 10 0 0.62 0.23 0.95 322.5 0.44 0.04
Hex D 5 A 0 3E 17 5F 142 2C 4
Octal 15 5 12 0 76 27 137 502 54 4
Binary 1101 101 1010 0 111110 10111 1011111 101000010 101100 100

Color Harmonies of #0D050A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D050A

Black with #0D050A

Text Example


Text Example

White with #0D050A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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