#0F1F0F

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

Shades of Black Bean #0F1F0F

Tints of Black Bean #0F1F0F

Color information

#0F1F0F (or 0x0F1F0F) is unknown color: approx Black Bean. HEX triplet: 0F, 1F and 0F. RGB value is (15,31,15). Sum of RGB (Red+Green+Blue) = 15+31+15=61 (8% of max value = 765). Red value is 15 (6.25% from 255 or 24.59% from 61); Green value is 31 (12.5% from 255 or 50.82% from 61); Blue value is 15 (6.25% from 255 or 24.59% from 61); Max value from RGB is 31 - color contains mainly: green. Hex color #0F1F0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F1F0F is #F0E0F0. Grayscale: #181818. Windows color (decimal): -15786225 or 990991. OLE color: 990991.

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

Color convert

RGB153115-
CMYK0.5200.520.88
HSL120º34.78%9.02%-
HSV(B)120º51.61%12.16%-
XYZ0.771.120.63-
YUV24.39122.7121.3-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 24.59%
GREEN value IS 31 (12.5% from 255) = 50.82%
BLUE value IS 15 (6.25% from 255) = 24.59%
R=24.59%
G=50.82%
B=24.59%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1531150.5200.520.8812034.789.02
HexF1FF340345878239
Octal173717640641301704311
Binary11111111111111101000110100101100011110001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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