#0F2312

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

Shades of Black Bean #0F2312

Tints of Black Bean #0F2312

Color information

#0F2312 (or 0x0F2312) is unknown color: approx Black Bean. HEX triplet: 0F, 23 and 12. RGB value is (15,35,18). Sum of RGB (Red+Green+Blue) = 15+35+18=68 (9% of max value = 765). Red value is 15 (6.25% from 255 or 22.06% from 68); Green value is 35 (14.06% from 255 or 51.47% from 68); Blue value is 18 (7.42% from 255 or 26.47% from 68); Max value from RGB is 35 - color contains mainly: green. Hex color #0F2312 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2312 is #F0DCED. Grayscale: #1B1B1B. Windows color (decimal): -15785198 or 1188623. OLE color: 1188623.

HSL color Cylindrical-coordinate representation of color #0F2312: hue angle of 129º 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 #0F2312 is Cyan = 0.57, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.86.

Color convert

RGB153518-
CMYK0.5700.490.86
HSL129º40%9.8%-
HSV(B)129º57.14%13.73%-
XYZ0.911.350.78-
YUV27.08122.87119.38-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 22.06%
GREEN value IS 35 (14.06% from 255) = 51.47%
BLUE value IS 18 (7.42% from 255) = 26.47%
R=22.06%
G=51.47%
B=26.47%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1535180.5700.490.86129409.8
HexF231239031568128a
Octal174322710611262015012
Binary11111000111001011100101100011010110100000011010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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