Html Css Color HEX #0B0109 Melanzane

📋 copy color: '#0B0109'

red 11 ◦ green 1 ◦ blue 9

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

Shades of Melanzane #0B0109

Tints of Melanzane #0B0109

RGB

 RED value IS 11 (4.69% from 255) = 52.38%

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

 BLUE value IS 9 (3.91% from 255) = 42.86%

R = 52.38%
G = 4.76%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.18

 K value IS 0.96

RGB Variations

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

Color information

#0B0109 (or 0x0B0109) is known color: Melanzane. HEX triplet: 0B, 01 and 09. RGB value is (11,1,9). Sum of RGB (Red+Green+Blue) = 11+1+9=21 (2% of max value = 765). Red value is 11 (4.69% from 255 or 52.38% from 21); Green value is 1 (0.78% from 255 or 4.76% from 21); Blue value is 9 (3.91% from 255 or 42.86% from 21); Max value from RGB is 11 - color contains mainly: red. Hex color #0B0109 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0109 is #F4FEF6. Grayscale: #040404. Windows color (decimal): -16056055 or 590091. OLE color: 590091.

HSL color Cylindrical-coordinate representation of color #0B0109: hue angle of 312º degrees, saturation: 0.83, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B0109 is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.96.

Color convert

RGB 11 1 9 -
CMYK 0 0.91 0.18 0.96
HSL 312º 0.83% 0.02% -
HSV(B) 312º 0.91% 0.04% -
XYZ 0.2 0.11 0.27 -
YUV 4.9 130.31 132.35 -
System Red Green Blue C M Y K H S L
Decimal 11 1 9 0 0.91 0.18 0.96 312 0.83 0.02
Hex B 1 9 0 5B 12 60 138 53 2
Octal 13 1 11 0 133 22 140 470 123 2
Binary 1011 1 1001 0 1011011 10010 1100000 100111000 1010011 10

Color Harmonies of #0B0109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0109

Black with #0B0109

Text Example


Text Example

White with #0B0109

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,1,9); }

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

background-color css

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

 a { background-color: rgb(11,1,9); }

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

border-color css

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

 span { border-color: rgb(11,1,9); }

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