#0B1F0F

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

Shades of Black Bean #0B1F0F

Tints of Black Bean #0B1F0F

Color information

#0B1F0F (or 0x0B1F0F) is unknown color: approx Black Bean. HEX triplet: 0B, 1F and 0F. RGB value is (11,31,15). Sum of RGB (Red+Green+Blue) = 11+31+15=57 (7% of max value = 765). Red value is 11 (4.69% from 255 or 19.30% from 57); Green value is 31 (12.5% from 255 or 54.39% from 57); Blue value is 15 (6.25% from 255 or 26.32% from 57); Max value from RGB is 31 - color contains mainly: green. Hex color #0B1F0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B1F0F is #F4E0F0. Grayscale: #171717. Windows color (decimal): -16048369 or 990987. OLE color: 990987.

HSL color Cylindrical-coordinate representation of color #0B1F0F: hue angle of 132º degrees, saturation: 0.48, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #0B1F0F is Cyan = 0.65, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.88.

Color convert

RGB113115-
CMYK0.6500.520.88
HSL132º47.62%8.24%-
HSV(B)132º64.52%12.16%-
XYZ0.711.090.62-
YUV23.2123.37119.3-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 19.30%
GREEN value IS 31 (12.5% from 255) = 54.39%
BLUE value IS 15 (6.25% from 255) = 26.32%
R=19.30%
G=54.39%
B=26.32%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1131150.6500.520.8813247.628.24
HexB1FF410345884308
Octal1337171010641302046010
Binary1011111111111100000101101001011000100001001100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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