#0F2412

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

Shades of Black Bean #0F2412

Tints of Black Bean #0F2412

Color information

#0F2412 (or 0x0F2412) is unknown color: approx Black Bean. HEX triplet: 0F, 24 and 12. RGB value is (15,36,18). Sum of RGB (Red+Green+Blue) = 15+36+18=69 (9% of max value = 765). Red value is 15 (6.25% from 255 or 21.74% from 69); Green value is 36 (14.45% from 255 or 52.17% from 69); Blue value is 18 (7.42% from 255 or 26.09% from 69); Max value from RGB is 36 - color contains mainly: green. Hex color #0F2412 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2412 is #F0DBED. Grayscale: #1B1B1B. Windows color (decimal): -15784942 or 1188879. OLE color: 1188879.

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

Color convert

RGB153618-
CMYK0.5800.50.86
HSL128.57º41.18%10%-
HSV(B)128.57º58.33%14.12%-
XYZ0.941.410.79-
YUV27.67122.54118.96-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 21.74%
GREEN value IS 36 (14.45% from 255) = 52.17%
BLUE value IS 18 (7.42% from 255) = 26.09%
R=21.74%
G=52.17%
B=26.09%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1536180.5800.50.86128.5741.1810
HexF24123A032568129a
Octal174422720621262015112
Binary11111001001001011101001100101010110100000011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,36,18); }

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

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

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

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

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

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

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