Html Css Color HEX #0B0705 Black

📋 copy color: '#0B0705'

red 11 ◦ green 7 ◦ blue 5

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

Shades of Black #0B0705

Tints of Black #0B0705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 21.74%

R = 47.83%
G = 30.43%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.55

 K value IS 0.96

RGB Variations

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

Color information

#0B0705 (or 0x0B0705) is known color: Black. HEX triplet: 0B, 07 and 05. RGB value is (11,7,5). Sum of RGB (Red+Green+Blue) = 11+7+5=23 (3% of max value = 765). Red value is 11 (4.69% from 255 or 47.83% from 23); Green value is 7 (3.12% from 255 or 30.43% from 23); Blue value is 5 (2.34% from 255 or 21.74% from 23); Max value from RGB is 11 - color contains mainly: red. Hex color #0B0705 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0705 is #F4F8FA. Grayscale: #070707. Windows color (decimal): -16054523 or 329483. OLE color: 329483.

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

Color convert

RGB 11 7 5 -
CMYK 0 0.36 0.55 0.96
HSL 20º 0.38% 0.03% -
HSV(B) 20º 0.55% 0.04% -
XYZ 0.24 0.23 0.18 -
YUV 7.97 126.33 130.16 -
System Red Green Blue C M Y K H S L
Decimal 11 7 5 0 0.36 0.55 0.96 20 0.38 0.03
Hex B 7 5 0 24 37 60 14 26 3
Octal 13 7 5 0 44 67 140 24 46 3
Binary 1011 111 101 0 100100 110111 1100000 10100 100110 11

Color Harmonies of #0B0705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0705

Black with #0B0705

Text Example


Text Example

White with #0B0705

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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