Html Css Color HEX #0D080B Melanzane

📋 copy color: '#0D080B'

red 13 ◦ green 8 ◦ blue 11

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

Shades of Melanzane #0D080B

Tints of Melanzane #0D080B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 25%

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

R = 40.63%
G = 25%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.15

 K value IS 0.95

RGB Variations

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

Color information

#0D080B (or 0x0D080B) is known color: Melanzane. HEX triplet: 0D, 08 and 0B. RGB value is (13,8,11). Sum of RGB (Red+Green+Blue) = 13+8+11=32 (4% of max value = 765). Red value is 13 (5.47% from 255 or 40.62% from 32); Green value is 8 (3.52% from 255 or 25% from 32); Blue value is 11 (4.69% from 255 or 34.38% from 32); Max value from RGB is 13 - color contains mainly: red. Hex color #0D080B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D080B is #F2F7F4. Grayscale: #090909. Windows color (decimal): -15923189 or 722957. OLE color: 722957.

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

Color convert

RGB 13 8 11 -
CMYK 0 0.38 0.15 0.95
HSL 324º 0.24% 0.04% -
HSV(B) 324º 0.38% 0.05% -
XYZ 0.31 0.28 0.35 -
YUV 9.84 128.66 130.26 -
System Red Green Blue C M Y K H S L
Decimal 13 8 11 0 0.38 0.15 0.95 324 0.24 0.04
Hex D 8 B 0 26 F 5F 144 18 4
Octal 15 10 13 0 46 17 137 504 30 4
Binary 1101 1000 1011 0 100110 1111 1011111 101000100 11000 100

Color Harmonies of #0D080B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D080B

Black with #0D080B

Text Example


Text Example

White with #0D080B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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