Html Css Color HEX #0D030A Melanzane

📋 copy color: '#0D030A'

red 13 ◦ green 3 ◦ blue 10

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

Shades of Melanzane #0D030A

Tints of Melanzane #0D030A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 11.54%

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

R = 50%
G = 11.54%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.23

 K value IS 0.95

RGB Variations

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

Color information

#0D030A (or 0x0D030A) is known color: Melanzane. HEX triplet: 0D, 03 and 0A. RGB value is (13,3,10). Sum of RGB (Red+Green+Blue) = 13+3+10=26 (3% of max value = 765). Red value is 13 (5.47% from 255 or 50% from 26); Green value is 3 (1.56% from 255 or 11.54% from 26); Blue value is 10 (4.30% from 255 or 38.46% from 26); Max value from RGB is 13 - color contains mainly: red. Hex color #0D030A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D030A is #F2FCF5. Grayscale: #060606. Windows color (decimal): -15924470 or 656141. OLE color: 656141.

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

Color convert

RGB 13 3 10 -
CMYK 0 0.77 0.23 0.95
HSL 318º 0.63% 0.03% -
HSV(B) 318º 0.77% 0.05% -
XYZ 0.25 0.17 0.31 -
YUV 6.79 129.81 132.43 -
System Red Green Blue C M Y K H S L
Decimal 13 3 10 0 0.77 0.23 0.95 318 0.63 0.03
Hex D 3 A 0 4D 17 5F 13E 3E 3
Octal 15 3 12 0 115 27 137 476 76 3
Binary 1101 11 1010 0 1001101 10111 1011111 100111110 111110 11

Color Harmonies of #0D030A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D030A

Black with #0D030A

Text Example


Text Example

White with #0D030A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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