#0F1F10

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

Shades of Black Bean #0F1F10

Tints of Black Bean #0F1F10

Color information

#0F1F10 (or 0x0F1F10) is unknown color: approx Black Bean. HEX triplet: 0F, 1F and 10. RGB value is (15,31,16). Sum of RGB (Red+Green+Blue) = 15+31+16=62 (8% of max value = 765). Red value is 15 (6.25% from 255 or 24.19% from 62); Green value is 31 (12.5% from 255 or 50% from 62); Blue value is 16 (6.64% from 255 or 25.81% from 62); Max value from RGB is 31 - color contains mainly: green. Hex color #0F1F10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F1F10 is #F0E0EF. Grayscale: #181818. Windows color (decimal): -15786224 or 1056527. OLE color: 1056527.

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

Color convert

RGB153116-
CMYK0.5200.480.88
HSL123.75º34.78%9.02%-
HSV(B)123.75º51.61%12.16%-
XYZ0.781.120.67-
YUV24.51123.2121.22-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 24.19%
GREEN value IS 31 (12.5% from 255) = 50%
BLUE value IS 16 (6.64% from 255) = 25.81%
R=24.19%
G=50%
B=25.81%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1531160.5200.480.88123.7534.789.02
HexF1F1034030587c239
Octal173720640601301744311
Binary111111111100001101000110000101100011111001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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