Html Css Color HEX #0B050A Melanzane

📋 copy color: '#0B050A'

red 11 ◦ green 5 ◦ blue 10

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

Shades of Melanzane #0B050A

Tints of Melanzane #0B050A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 19.23%

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

R = 42.31%
G = 19.23%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.09

 K value IS 0.96

RGB Variations

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

Color information

#0B050A (or 0x0B050A) is known color: Melanzane. HEX triplet: 0B, 05 and 0A. RGB value is (11,5,10). Sum of RGB (Red+Green+Blue) = 11+5+10=26 (3% of max value = 765). Red value is 11 (4.69% from 255 or 42.31% from 26); Green value is 5 (2.34% from 255 or 19.23% from 26); Blue value is 10 (4.30% from 255 or 38.46% from 26); Max value from RGB is 11 - color contains mainly: red. Hex color #0B050A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B050A is #F4FAF5. Grayscale: #070707. Windows color (decimal): -16055030 or 656651. OLE color: 656651.

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

Color convert

RGB 11 5 10 -
CMYK 0 0.55 0.09 0.96
HSL 310º 0.38% 0.03% -
HSV(B) 310º 0.55% 0.04% -
XYZ 0.25 0.2 0.31 -
YUV 7.36 129.49 130.59 -
System Red Green Blue C M Y K H S L
Decimal 11 5 10 0 0.55 0.09 0.96 310 0.38 0.03
Hex B 5 A 0 37 9 60 136 26 3
Octal 13 5 12 0 67 11 140 466 46 3
Binary 1011 101 1010 0 110111 1001 1100000 100110110 100110 11

Color Harmonies of #0B050A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B050A

Black with #0B050A

Text Example


Text Example

White with #0B050A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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