#0F1510

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

Shades of Black Bean #0F1510

Tints of Black Bean #0F1510

Color information

#0F1510 (or 0x0F1510) is unknown color: approx Black Bean. HEX triplet: 0F, 15 and 10. RGB value is (15,21,16). Sum of RGB (Red+Green+Blue) = 15+21+16=52 (6% of max value = 765). Red value is 15 (6.25% from 255 or 28.85% from 52); Green value is 21 (8.59% from 255 or 40.38% from 52); Blue value is 16 (6.64% from 255 or 30.77% from 52); Max value from RGB is 21 - color contains mainly: green. Hex color #0F1510 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1510 is #F0EAEF. Grayscale: #121212. Windows color (decimal): -15788784 or 1053967. OLE color: 1053967.

HSL color Cylindrical-coordinate representation of color #0F1510: hue angle of 130º degrees, saturation: 0.17, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #0F1510 is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.92.

Color convert

RGB152116-
CMYK0.2900.240.92
HSL130º16.67%7.06%-
HSV(B)130º28.57%8.24%-
XYZ0.560.680.59-
YUV18.64126.51125.41-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 28.85%
GREEN value IS 21 (8.59% from 255) = 40.38%
BLUE value IS 16 (6.64% from 255) = 30.77%
R=28.85%
G=40.38%
B=30.77%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1521160.2900.240.9213016.677.06
HexF15101D0185C82117
Octal17252035030134202217
Binary111110101100001110101100010111001000001010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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