Html Css Color HEX #0B160B Black Bean

📋 copy color: '#0B160B'

red 11 ◦ green 22 ◦ blue 11

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

Shades of Black Bean #0B160B

Tints of Black Bean #0B160B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 50%

 BLUE value IS 11 (4.69% from 255) = 25%

R = 25%
G = 50%
B = 25%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.5

 K value IS 0.91

RGB Variations

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

Color information

#0B160B (or 0x0B160B) is known color: Black Bean. HEX triplet: 0B, 16 and 0B. RGB value is (11,22,11). Sum of RGB (Red+Green+Blue) = 11+22+11=44 (5% of max value = 765). Red value is 11 (4.69% from 255 or 25% from 44); Green value is 22 (8.98% from 255 or 50% from 44); Blue value is 11 (4.69% from 255 or 25% from 44); Max value from RGB is 22 - color contains mainly: green. Hex color #0B160B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B160B is #F4E9F4. Grayscale: #111111. Windows color (decimal): -16050677 or 726539. OLE color: 726539.

HSL color Cylindrical-coordinate representation of color #0B160B: hue angle of 120º degrees, saturation: 0.33, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0B160B is Cyan = 0.5, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.91.

Color convert

RGB 11 22 11 -
CMYK 0.5 0 0.5 0.91
HSL 120º 0.33% 0.06% -
HSV(B) 120º 0.5% 0.09% -
XYZ 0.49 0.67 0.42 -
YUV 17.46 124.36 123.39 -
System Red Green Blue C M Y K H S L
Decimal 11 22 11 0.5 0 0.5 0.91 120 0.33 0.06
Hex B 16 B 32 0 32 5B 78 21 6
Octal 13 26 13 62 0 62 133 170 41 6
Binary 1011 10110 1011 110010 0 110010 1011011 1111000 100001 110

Color Harmonies of #0B160B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B160B

Black with #0B160B

Text Example


Text Example

White with #0B160B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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