Html Css Color HEX #0B0707 Black

📋 copy color: '#0B0707'

red 11 ◦ green 7 ◦ blue 7

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

Shades of Black #0B0707

Tints of Black #0B0707

RGB

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

 GREEN value IS 7 (3.13% from 255) = 28%

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

R = 44%
G = 28%
B = 28%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.36

 K value IS 0.96

RGB Variations

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

Color information

#0B0707 (or 0x0B0707) is known color: Black. HEX triplet: 0B, 07 and 07. RGB value is (11,7,7). Sum of RGB (Red+Green+Blue) = 11+7+7=25 (3% of max value = 765). Red value is 11 (4.69% from 255 or 44% from 25); Green value is 7 (3.12% from 255 or 28% from 25); Blue value is 7 (3.12% from 255 or 28% from 25); Max value from RGB is 11 - color contains mainly: red. Hex color #0B0707 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0707 is #F4F8F8. Grayscale: #080808. Windows color (decimal): -16054521 or 460555. OLE color: 460555.

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

Color convert

RGB 11 7 7 -
CMYK 0 0.36 0.36 0.96
HSL 0.22% 0.04% -
HSV(B) 0.36% 0.04% -
XYZ 0.25 0.24 0.23 -
YUV 8.2 127.33 130 -
System Red Green Blue C M Y K H S L
Decimal 11 7 7 0 0.36 0.36 0.96 0 0.22 0.04
Hex B 7 7 0 24 24 60 0 16 4
Octal 13 7 7 0 44 44 140 0 26 4
Binary 1011 111 111 0 100100 100100 1100000 0 10110 100

Color Harmonies of #0B0707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0707

Black with #0B0707

Text Example


Text Example

White with #0B0707

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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