#0B1F10

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

Shades of Black Bean #0B1F10

Tints of Black Bean #0B1F10

Color information

#0B1F10 (or 0x0B1F10) is unknown color: approx Black Bean. HEX triplet: 0B, 1F and 10. RGB value is (11,31,16). Sum of RGB (Red+Green+Blue) = 11+31+16=58 (7% of max value = 765). Red value is 11 (4.69% from 255 or 18.97% from 58); Green value is 31 (12.5% from 255 or 53.45% from 58); Blue value is 16 (6.64% from 255 or 27.59% from 58); Max value from RGB is 31 - color contains mainly: green. Hex color #0B1F10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B1F10 is #F4E0EF. Grayscale: #171717. Windows color (decimal): -16048368 or 1056523. OLE color: 1056523.

HSL color Cylindrical-coordinate representation of color #0B1F10: hue angle of 135º 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 #0B1F10 is Cyan = 0.65, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.88.

Color convert

RGB113116-
CMYK0.6500.480.88
HSL135º47.62%8.24%-
HSV(B)135º64.52%12.16%-
XYZ0.721.090.66-
YUV23.31123.87119.22-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 18.97%
GREEN value IS 31 (12.5% from 255) = 53.45%
BLUE value IS 16 (6.64% from 255) = 27.59%
R=18.97%
G=53.45%
B=27.59%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1131160.6500.480.8813547.628.24
HexB1F10410305887308
Octal1337201010601302076010
Binary10111111110000100000101100001011000100001111100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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