Html Css Color HEX #0D040B Melanzane

📋 copy color: '#0D040B'

red 13 ◦ green 4 ◦ blue 11

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

Shades of Melanzane #0D040B

Tints of Melanzane #0D040B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 14.29%

 BLUE value IS 11 (4.69% from 255) = 39.29%

R = 46.43%
G = 14.29%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.15

 K value IS 0.95

RGB Variations

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

Color information

#0D040B (or 0x0D040B) is known color: Melanzane. HEX triplet: 0D, 04 and 0B. RGB value is (13,4,11). Sum of RGB (Red+Green+Blue) = 13+4+11=28 (3% of max value = 765). Red value is 13 (5.47% from 255 or 46.43% from 28); Green value is 4 (1.95% from 255 or 14.29% from 28); Blue value is 11 (4.69% from 255 or 39.29% from 28); Max value from RGB is 13 - color contains mainly: red. Hex color #0D040B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D040B is #F2FBF4. Grayscale: #070707. Windows color (decimal): -15924213 or 721933. OLE color: 721933.

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

Color convert

RGB 13 4 11 -
CMYK 0 0.69 0.15 0.95
HSL 313.33º 0.53% 0.03% -
HSV(B) 313.33º 0.69% 0.05% -
XYZ 0.27 0.2 0.34 -
YUV 7.49 129.98 131.93 -
System Red Green Blue C M Y K H S L
Decimal 13 4 11 0 0.69 0.15 0.95 313.33 0.53 0.03
Hex D 4 B 0 45 F 5F 139 35 3
Octal 15 4 13 0 105 17 137 471 65 3
Binary 1101 100 1011 0 1000101 1111 1011111 100111001 110101 11

Color Harmonies of #0D040B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D040B

Black with #0D040B

Text Example


Text Example

White with #0D040B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,4,11); }

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

background-color css

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

 a { background-color: rgb(13,4,11); }

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

border-color css

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

 span { border-color: rgb(13,4,11); }

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