Html Css Color HEX #0B290E Black Bean

📋 copy color: '#0B290E'

red 11 ◦ green 41 ◦ blue 14

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

Shades of Black Bean #0B290E

Tints of Black Bean #0B290E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 21.21%

R = 16.67%
G = 62.12%
B = 21.21%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.66

 K value IS 0.84

RGB Variations

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

Color information

#0B290E (or 0x0B290E) is known color: Black Bean. HEX triplet: 0B, 29 and 0E. RGB value is (11,41,14). Sum of RGB (Red+Green+Blue) = 11+41+14=66 (8% of max value = 765). Red value is 11 (4.69% from 255 or 16.67% from 66); Green value is 41 (16.41% from 255 or 62.12% from 66); Blue value is 14 (5.86% from 255 or 21.21% from 66); Max value from RGB is 41 - color contains mainly: green. Hex color #0B290E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B290E is #F4D6F1. Grayscale: #1D1D1D. Windows color (decimal): -16045810 or 928011. OLE color: 928011.

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

Color convert

RGB 11 41 14 -
CMYK 0.73 0 0.66 0.84
HSL 126º 0.58% 0.1% -
HSV(B) 126º 0.73% 0.16% -
XYZ 1.01 1.69 0.69 -
YUV 28.95 119.56 115.2 -
System Red Green Blue C M Y K H S L
Decimal 11 41 14 0.73 0 0.66 0.84 126 0.58 0.1
Hex B 29 E 49 0 42 54 7E 3A A
Octal 13 51 16 111 0 102 124 176 72 12
Binary 1011 101001 1110 1001001 0 1000010 1010100 1111110 111010 1010

Color Harmonies of #0B290E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B290E

Black with #0B290E

Text Example


Text Example

White with #0B290E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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