Html Css Color HEX #0B060A Melanzane

📋 copy color: '#0B060A'

red 11 ◦ green 6 ◦ blue 10

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

Shades of Melanzane #0B060A

Tints of Melanzane #0B060A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 22.22%

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

R = 40.74%
G = 22.22%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.09

 K value IS 0.96

RGB Variations

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

Color information

#0B060A (or 0x0B060A) is known color: Melanzane. HEX triplet: 0B, 06 and 0A. RGB value is (11,6,10). Sum of RGB (Red+Green+Blue) = 11+6+10=27 (3% of max value = 765). Red value is 11 (4.69% from 255 or 40.74% from 27); Green value is 6 (2.73% from 255 or 22.22% from 27); Blue value is 10 (4.30% from 255 or 37.04% from 27); Max value from RGB is 11 - color contains mainly: red. Hex color #0B060A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B060A is #F4F9F5. Grayscale: #070707. Windows color (decimal): -16054774 or 656907. OLE color: 656907.

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

Color convert

RGB 11 6 10 -
CMYK 0 0.45 0.09 0.96
HSL 312º 0.29% 0.03% -
HSV(B) 312º 0.45% 0.04% -
XYZ 0.26 0.22 0.32 -
YUV 7.95 129.16 130.17 -
System Red Green Blue C M Y K H S L
Decimal 11 6 10 0 0.45 0.09 0.96 312 0.29 0.03
Hex B 6 A 0 2D 9 60 138 1D 3
Octal 13 6 12 0 55 11 140 470 35 3
Binary 1011 110 1010 0 101101 1001 1100000 100111000 11101 11

Color Harmonies of #0B060A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B060A

Black with #0B060A

Text Example


Text Example

White with #0B060A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,6,10); }

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

background-color css

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

 a { background-color: rgb(11,6,10); }

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

border-color css

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

 span { border-color: rgb(11,6,10); }

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