Html Css Color HEX #0B2811 Black Bean

📋 copy color: '#0B2811'

red 11 ◦ green 40 ◦ blue 17

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

Shades of Black Bean #0B2811

Tints of Black Bean #0B2811

RGB

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

 GREEN value IS 40 (16.02% from 255) = 58.82%

 BLUE value IS 17 (7.03% from 255) = 25%

R = 16.18%
G = 58.82%
B = 25%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.57

 K value IS 0.84

RGB Variations

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

Color information

#0B2811 (or 0x0B2811) is known color: Black Bean. HEX triplet: 0B, 28 and 11. RGB value is (11,40,17). Sum of RGB (Red+Green+Blue) = 11+40+17=68 (9% of max value = 765). Red value is 11 (4.69% from 255 or 16.18% from 68); Green value is 40 (16.02% from 255 or 58.82% from 68); Blue value is 17 (7.03% from 255 or 25% from 68); Max value from RGB is 40 - color contains mainly: green. Hex color #0B2811 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B2811 is #F4D7EE. Grayscale: #1C1C1C. Windows color (decimal): -16046063 or 1124363. OLE color: 1124363.

HSL color Cylindrical-coordinate representation of color #0B2811: hue angle of 132.41º degrees, saturation: 0.57, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0B2811 is Cyan = 0.72, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.84.

Color convert

RGB 11 40 17 -
CMYK 0.72 0 0.57 0.84
HSL 132.41º 0.57% 0.1% -
HSV(B) 132.41º 0.73% 0.16% -
XYZ 1 1.63 0.79 -
YUV 28.71 121.39 115.37 -
System Red Green Blue C M Y K H S L
Decimal 11 40 17 0.72 0 0.57 0.84 132.41 0.57 0.1
Hex B 28 11 48 0 39 54 84 39 A
Octal 13 50 21 110 0 71 124 204 71 12
Binary 1011 101000 10001 1001000 0 111001 1010100 10000100 111001 1010

Color Harmonies of #0B2811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B2811

Black with #0B2811

Text Example


Text Example

White with #0B2811

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,40,17); }

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

background-color css

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

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

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

border-color css

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

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

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