#0F2510

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

Shades of Black Bean #0F2510

Tints of Black Bean #0F2510

Color information

#0F2510 (or 0x0F2510) is unknown color: approx Black Bean. HEX triplet: 0F, 25 and 10. RGB value is (15,37,16). Sum of RGB (Red+Green+Blue) = 15+37+16=68 (9% of max value = 765). Red value is 15 (6.25% from 255 or 22.06% from 68); Green value is 37 (14.84% from 255 or 54.41% from 68); Blue value is 16 (6.64% from 255 or 23.53% from 68); Max value from RGB is 37 - color contains mainly: green. Hex color #0F2510 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2510 is #F0DAEF. Grayscale: #1C1C1C. Windows color (decimal): -15784688 or 1058063. OLE color: 1058063.

HSL color Cylindrical-coordinate representation of color #0F2510: hue angle of 122.73º degrees, saturation: 0.42, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #0F2510 is Cyan = 0.59, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.85.

Color convert

RGB153716-
CMYK0.5900.570.85
HSL122.73º42.31%10.2%-
HSV(B)122.73º59.46%14.51%-
XYZ0.951.460.72-
YUV28.03121.21118.71-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 22.06%
GREEN value IS 37 (14.84% from 255) = 54.41%
BLUE value IS 16 (6.64% from 255) = 23.53%
R=22.06%
G=54.41%
B=23.53%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1537160.5900.570.85122.7342.3110.2
HexF25103B039557b2aa
Octal174520730711251735212
Binary1111100101100001110110111001101010111110111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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