#0F110F

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

Shades of Black Bean #0F110F

Tints of Black Bean #0F110F

Color information

#0F110F (or 0x0F110F) is unknown color: approx Black Bean. HEX triplet: 0F, 11 and 0F. RGB value is (15,17,15). Sum of RGB (Red+Green+Blue) = 15+17+15=47 (6% of max value = 765). Red value is 15 (6.25% from 255 or 31.91% from 47); Green value is 17 (7.03% from 255 or 36.17% from 47); Blue value is 15 (6.25% from 255 or 31.91% from 47); Max value from RGB is 17 - color contains mainly: green. Hex color #0F110F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F110F is #F0EEF0. Grayscale: #101010. Windows color (decimal): -15789809 or 987407. OLE color: 987407.

HSL color Cylindrical-coordinate representation of color #0F110F: hue angle of 120º degrees, saturation: 0.06, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #0F110F is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.93.

Color convert

RGB151715-
CMYK0.1200.120.93
HSL120º6.25%6.27%-
HSV(B)120º11.76%6.67%-
XYZ0.480.540.53-
YUV16.17127.34127.16-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 31.91%
GREEN value IS 17 (7.03% from 255) = 36.17%
BLUE value IS 15 (6.25% from 255) = 31.91%
R=31.91%
G=36.17%
B=31.91%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1517150.1200.120.931206.256.27
HexF11FC0C5D7866
Octal1721171401413517066
Binary111110001111111000110010111011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F110F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,17,15); }

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

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

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

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

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

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

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