#0F2C14

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

Shades of Black Bean #0F2C14

Tints of Black Bean #0F2C14

Color information

#0F2C14 (or 0x0F2C14) is unknown color: approx Black Bean. HEX triplet: 0F, 2C and 14. RGB value is (15,44,20). Sum of RGB (Red+Green+Blue) = 15+44+20=79 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.99% from 79); Green value is 44 (17.58% from 255 or 55.70% from 79); Blue value is 20 (8.20% from 255 or 25.32% from 79); Max value from RGB is 44 - color contains mainly: green. Hex color #0F2C14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2C14 is #F0D3EB. Grayscale: #202020. Windows color (decimal): -15782892 or 1321999. OLE color: 1321999.

HSL color Cylindrical-coordinate representation of color #0F2C14: hue angle of 130.34º degrees, saturation: 0.49, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #0F2C14 is Cyan = 0.66, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.83.

Color convert

RGB154420-
CMYK0.6600.550.83
HSL130.34º49.15%11.57%-
HSV(B)130.34º65.91%17.25%-
XYZ1.221.950.97-
YUV32.59120.89115.45-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 18.99%
GREEN value IS 44 (17.58% from 255) = 55.70%
BLUE value IS 20 (8.20% from 255) = 25.32%
R=18.99%
G=55.70%
B=25.32%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1544200.6600.550.83130.3449.1511.57
HexF2C1442037538231c
Octal1754241020671232026114
Binary111110110010100100001001101111010011100000101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,44,20); }

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

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

 a { background-color: rgb(15,44,20); }

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

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

 span { border-color: rgb(15,44,20); }

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