Html Css Color HEX #0D010A Melanzane

📋 copy color: '#0D010A'

red 13 ◦ green 1 ◦ blue 10

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

Shades of Melanzane #0D010A

Tints of Melanzane #0D010A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 4.17%

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

R = 54.17%
G = 4.17%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.23

 K value IS 0.95

RGB Variations

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

Color information

#0D010A (or 0x0D010A) is known color: Melanzane. HEX triplet: 0D, 01 and 0A. RGB value is (13,1,10). Sum of RGB (Red+Green+Blue) = 13+1+10=24 (3% of max value = 765). Red value is 13 (5.47% from 255 or 54.17% from 24); Green value is 1 (0.78% from 255 or 4.17% from 24); Blue value is 10 (4.30% from 255 or 41.67% from 24); Max value from RGB is 13 - color contains mainly: red. Hex color #0D010A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D010A is #F2FEF5. Grayscale: #050505. Windows color (decimal): -15924982 or 655629. OLE color: 655629.

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

Color convert

RGB 13 1 10 -
CMYK 0 0.92 0.23 0.95
HSL 315º 0.86% 0.03% -
HSV(B) 315º 0.92% 0.05% -
XYZ 0.23 0.13 0.3 -
YUV 5.61 130.48 133.27 -
System Red Green Blue C M Y K H S L
Decimal 13 1 10 0 0.92 0.23 0.95 315 0.86 0.03
Hex D 1 A 0 5C 17 5F 13B 56 3
Octal 15 1 12 0 134 27 137 473 126 3
Binary 1101 1 1010 0 1011100 10111 1011111 100111011 1010110 11

Color Harmonies of #0D010A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D010A

Black with #0D010A

Text Example


Text Example

White with #0D010A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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