Html Css Color HEX #0B0007 Melanzane

📋 copy color: '#0B0007'

red 11 ◦ green 0 ◦ blue 7

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

Shades of Melanzane #0B0007

Tints of Melanzane #0B0007

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 7 (3.13% from 255) = 38.89%

R = 61.11%
G = 0%
B = 38.89%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.36

 K value IS 0.96

RGB Variations

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

Color information

#0B0007 (or 0x0B0007) is known color: Melanzane. HEX triplet: 0B, 00 and 07. RGB value is (11,0,7). Sum of RGB (Red+Green+Blue) = 11+0+7=18 (2% of max value = 765). Red value is 11 (4.69% from 255 or 61.11% from 18); Green value is 0 (0.39% from 255 or 0% from 18); Blue value is 7 (3.12% from 255 or 38.89% from 18); Max value from RGB is 11 - color contains mainly: red. Hex color #0B0007 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0007 is #F4FFF8. Grayscale: #040404. Windows color (decimal): -16056313 or 458763. OLE color: 458763.

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

Color convert

RGB 11 0 7 -
CMYK 0 1 0.36 0.96
HSL 321.82º 1% 0.02% -
HSV(B) 321.82º 1% 0.04% -
XYZ 0.18 0.09 0.21 -
YUV 4.09 129.64 132.93 -
System Red Green Blue C M Y K H S L
Decimal 11 0 7 0 1 0.36 0.96 321.82 1 0.02
Hex B 0 7 0 64 24 60 142 64 2
Octal 13 0 7 0 144 44 140 502 144 2
Binary 1011 0 111 0 1100100 100100 1100000 101000010 1100100 10

Color Harmonies of #0B0007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0007

Black with #0B0007

Text Example


Text Example

White with #0B0007

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,0,7); }

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

background-color css

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

 a { background-color: rgb(11,0,7); }

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

border-color css

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

 span { border-color: rgb(11,0,7); }

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