Html Css Color HEX #0B0600 Black

📋 copy color: '#0B0600'

red 11 ◦ green 6 ◦ blue 0

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

Shades of Black #0B0600

Tints of Black #0B0600

RGB

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

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

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

R = 64.71%
G = 35.29%
B = 0%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 1

 K value IS 0.96

RGB Variations

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

Color information

#0B0600 (or 0x0B0600) is known color: Black. HEX triplet: 0B, 06 and 00. RGB value is (11,6,0). Sum of RGB (Red+Green+Blue) = 11+6+0=17 (2% of max value = 765). Red value is 11 (4.69% from 255 or 64.71% from 17); Green value is 6 (2.73% from 255 or 35.29% from 17); Blue value is 0 (0.39% from 255 or 0% from 17); Max value from RGB is 11 - color contains mainly: red. Hex color #0B0600 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0600 is #F4F9FF. Grayscale: #060606. Windows color (decimal): -16054784 or 1547. OLE color: 1547.

HSL color Cylindrical-coordinate representation of color #0B0600: hue angle of 32.73º 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 #0B0600 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.96.

Color convert

RGB 11 6 0 -
CMYK 0 0.45 1 0.96
HSL 32.73º 1% 0.02% -
HSV(B) 32.73º 1% 0.04% -
XYZ 0.2 0.2 0.03 -
YUV 6.81 124.16 130.99 -
System Red Green Blue C M Y K H S L
Decimal 11 6 0 0 0.45 1 0.96 32.73 1 0.02
Hex B 6 0 0 2D 64 60 21 64 2
Octal 13 6 0 0 55 144 140 41 144 2
Binary 1011 110 0 0 101101 1100100 1100000 100001 1100100 10

Color Harmonies of #0B0600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0600

Black with #0B0600

Text Example


Text Example

White with #0B0600

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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