Html Css Color HEX #0B0400 Black

📋 copy color: '#0B0400'

red 11 ◦ green 4 ◦ blue 0

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

Shades of Black #0B0400

Tints of Black #0B0400

RGB

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

 GREEN value IS 4 (1.95% from 255) = 26.67%

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

R = 73.33%
G = 26.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1

 K value IS 0.96

RGB Variations

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

Color information

#0B0400 (or 0x0B0400) is known color: Black. HEX triplet: 0B, 04 and 00. RGB value is (11,4,0). Sum of RGB (Red+Green+Blue) = 11+4+0=15 (1% of max value = 765). Red value is 11 (4.69% from 255 or 73.33% from 15); Green value is 4 (1.95% from 255 or 26.67% from 15); Blue value is 0 (0.39% from 255 or 0% from 15); Max value from RGB is 11 - color contains mainly: red. Hex color #0B0400 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0400 is #F4FBFF. Grayscale: #050505. Windows color (decimal): -16055296 or 1035. OLE color: 1035.

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

Color convert

RGB 11 4 0 -
CMYK 0 0.64 1 0.96
HSL 21.82º 1% 0.02% -
HSV(B) 21.82º 1% 0.04% -
XYZ 0.18 0.16 0.02 -
YUV 5.64 124.82 131.83 -
System Red Green Blue C M Y K H S L
Decimal 11 4 0 0 0.64 1 0.96 21.82 1 0.02
Hex B 4 0 0 40 64 60 16 64 2
Octal 13 4 0 0 100 144 140 26 144 2
Binary 1011 100 0 0 1000000 1100100 1100000 10110 1100100 10

Color Harmonies of #0B0400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0400

Black with #0B0400

Text Example


Text Example

White with #0B0400

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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