Html Css Color HEX #0B290F Black Bean

📋 copy color: '#0B290F'

red 11 ◦ green 41 ◦ blue 15

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

Shades of Black Bean #0B290F

Tints of Black Bean #0B290F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 61.19%

 BLUE value IS 15 (6.25% from 255) = 22.39%

R = 16.42%
G = 61.19%
B = 22.39%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.63

 K value IS 0.84

RGB Variations

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

Color information

#0B290F (or 0x0B290F) is known color: Black Bean. HEX triplet: 0B, 29 and 0F. RGB value is (11,41,15). Sum of RGB (Red+Green+Blue) = 11+41+15=67 (8% of max value = 765). Red value is 11 (4.69% from 255 or 16.42% from 67); Green value is 41 (16.41% from 255 or 61.19% from 67); Blue value is 15 (6.25% from 255 or 22.39% from 67); Max value from RGB is 41 - color contains mainly: green. Hex color #0B290F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B290F is #F4D6F0. Grayscale: #1D1D1D. Windows color (decimal): -16045809 or 993547. OLE color: 993547.

HSL color Cylindrical-coordinate representation of color #0B290F: hue angle of 128º degrees, saturation: 0.58, 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 #0B290F is Cyan = 0.73, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.84.

Color convert

RGB 11 41 15 -
CMYK 0.73 0 0.63 0.84
HSL 128º 0.58% 0.1% -
HSV(B) 128º 0.73% 0.16% -
XYZ 1.02 1.69 0.72 -
YUV 29.07 120.06 115.11 -
System Red Green Blue C M Y K H S L
Decimal 11 41 15 0.73 0 0.63 0.84 128 0.58 0.1
Hex B 29 F 49 0 3F 54 80 3A A
Octal 13 51 17 111 0 77 124 200 72 12
Binary 1011 101001 1111 1001001 0 111111 1010100 10000000 111010 1010

Color Harmonies of #0B290F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B290F

Black with #0B290F

Text Example


Text Example

White with #0B290F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,41,15); }

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

background-color css

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

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

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

border-color css

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

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

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