#0F120F

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

Shades of Black Bean #0F120F

Tints of Black Bean #0F120F

Color information

#0F120F (or 0x0F120F) is unknown color: approx Black Bean. HEX triplet: 0F, 12 and 0F. RGB value is (15,18,15). Sum of RGB (Red+Green+Blue) = 15+18+15=48 (6% of max value = 765). Red value is 15 (6.25% from 255 or 31.25% from 48); Green value is 18 (7.42% from 255 or 37.5% from 48); Blue value is 15 (6.25% from 255 or 31.25% from 48); Max value from RGB is 18 - color contains mainly: green. Hex color #0F120F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F120F is #F0EDF0. Grayscale: #101010. Windows color (decimal): -15789553 or 987663. OLE color: 987663.

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

Color convert

RGB151815-
CMYK0.1700.170.93
HSL120º9.09%6.47%-
HSV(B)120º16.67%7.06%-
XYZ0.50.570.54-
YUV16.76127.01126.74-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 31.25%
GREEN value IS 18 (7.42% from 255) = 37.5%
BLUE value IS 15 (6.25% from 255) = 31.25%
R=31.25%
G=37.5%
B=31.25%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1518150.1700.170.931209.096.47
HexF12F110115D7896
Octal17221721021135170116
Binary111110010111110001010001101110111110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F120F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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