#0F2310

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

Shades of Black Bean #0F2310

Tints of Black Bean #0F2310

Color information

#0F2310 (or 0x0F2310) is unknown color: approx Black Bean. HEX triplet: 0F, 23 and 10. RGB value is (15,35,16). Sum of RGB (Red+Green+Blue) = 15+35+16=66 (8% of max value = 765). Red value is 15 (6.25% from 255 or 22.73% from 66); Green value is 35 (14.06% from 255 or 53.03% from 66); Blue value is 16 (6.64% from 255 or 24.24% from 66); Max value from RGB is 35 - color contains mainly: green. Hex color #0F2310 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2310 is #F0DCEF. Grayscale: #1A1A1A. Windows color (decimal): -15785200 or 1057551. OLE color: 1057551.

HSL color Cylindrical-coordinate representation of color #0F2310: hue angle of 123º degrees, saturation: 0.4, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #0F2310 is Cyan = 0.57, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.86.

Color convert

RGB153516-
CMYK0.5700.540.86
HSL123º40%9.8%-
HSV(B)123º57.14%13.73%-
XYZ0.891.340.7-
YUV26.85121.87119.54-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 22.73%
GREEN value IS 35 (14.06% from 255) = 53.03%
BLUE value IS 16 (6.64% from 255) = 24.24%
R=22.73%
G=53.03%
B=24.24%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1535160.5700.540.86123409.8
HexF231039036567b28a
Octal174320710661261735012
Binary1111100011100001110010110110101011011110111010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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