Html Css Color HEX #0B0500 Black

📋 copy color: '#0B0500'

red 11 ◦ green 5 ◦ blue 0

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

Shades of Black #0B0500

Tints of Black #0B0500

RGB

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

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

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

R = 68.75%
G = 31.25%
B = 0%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 1

 K value IS 0.96

RGB Variations

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

Color information

#0B0500 (or 0x0B0500) is known color: Black. HEX triplet: 0B, 05 and 00. RGB value is (11,5,0). Sum of RGB (Red+Green+Blue) = 11+5+0=16 (2% of max value = 765). Red value is 11 (4.69% from 255 or 68.75% from 16); Green value is 5 (2.34% from 255 or 31.25% from 16); Blue value is 0 (0.39% from 255 or 0% from 16); Max value from RGB is 11 - color contains mainly: red. Hex color #0B0500 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0500 is #F4FAFF. Grayscale: #060606. Windows color (decimal): -16055040 or 1291. OLE color: 1291.

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

Color convert

RGB 11 5 0 -
CMYK 0 0.55 1 0.96
HSL 27.27º 1% 0.02% -
HSV(B) 27.27º 1% 0.04% -
XYZ 0.19 0.18 0.02 -
YUV 6.22 124.49 131.41 -
System Red Green Blue C M Y K H S L
Decimal 11 5 0 0 0.55 1 0.96 27.27 1 0.02
Hex B 5 0 0 37 64 60 1B 64 2
Octal 13 5 0 0 67 144 140 33 144 2
Binary 1011 101 0 0 110111 1100100 1100000 11011 1100100 10

Color Harmonies of #0B0500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0500

Black with #0B0500

Text Example


Text Example

White with #0B0500

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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