#0B260F

Color #0B260F Black Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Bean #0B260F

Tints of Black Bean #0B260F

Color information

#0B260F (or 0x0B260F) is unknown color: approx Black Bean. HEX triplet: 0B, 26 and 0F. RGB value is (11,38,15). Sum of RGB (Red+Green+Blue) = 11+38+15=64 (8% of max value = 765). Red value is 11 (4.69% from 255 or 17.19% from 64); Green value is 38 (15.23% from 255 or 59.38% from 64); Blue value is 15 (6.25% from 255 or 23.44% from 64); Max value from RGB is 38 - color contains mainly: green. Hex color #0B260F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B260F is #F4D9F0. Grayscale: #1B1B1B. Windows color (decimal): -16046577 or 992779. OLE color: 992779.

HSL color Cylindrical-coordinate representation of color #0B260F: hue angle of 128.89º degrees, saturation: 0.55, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0B260F is Cyan = 0.71, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.85.

Color convert

RGB113815-
CMYK0.7100.610.85
HSL128.89º55.1%9.61%-
HSV(B)128.89º71.05%14.9%-
XYZ0.921.490.69-
YUV27.3121.05116.37-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 17.19%
GREEN value IS 38 (15.23% from 255) = 59.38%
BLUE value IS 15 (6.25% from 255) = 23.44%
R=17.19%
G=59.38%
B=23.44%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1138150.7100.610.85128.8955.19.61
HexB26F4703D558137a
Octal1346171070751252016712
Binary10111001101111100011101111011010101100000011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B260F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0B260F;
 }
 .AnyTagClassName
 {
   color: #0B260F;
 }
</style>
background-color css

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

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

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

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

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

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