#0F2F14

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

Shades of Black Bean #0F2F14

Tints of Black Bean #0F2F14

Color information

#0F2F14 (or 0x0F2F14) is unknown color: approx Black Bean. HEX triplet: 0F, 2F and 14. RGB value is (15,47,20). Sum of RGB (Red+Green+Blue) = 15+47+20=82 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.29% from 82); Green value is 47 (18.75% from 255 or 57.32% from 82); Blue value is 20 (8.20% from 255 or 24.39% from 82); Max value from RGB is 47 - color contains mainly: green. Hex color #0F2F14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2F14 is #F0D0EB. Grayscale: #222222. Windows color (decimal): -15782124 or 1322767. OLE color: 1322767.

HSL color Cylindrical-coordinate representation of color #0F2F14: hue angle of 129.38º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0F2F14 is Cyan = 0.68, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.82.

Color convert

RGB154720-
CMYK0.6800.570.82
HSL129.38º51.61%12.16%-
HSV(B)129.38º68.09%18.43%-
XYZ1.342.191.01-
YUV34.35119.9114.2-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 18.29%
GREEN value IS 47 (18.75% from 255) = 57.32%
BLUE value IS 20 (8.20% from 255) = 24.39%
R=18.29%
G=57.32%
B=24.39%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1547200.6800.570.82129.3851.6112.16
HexF2F1444039528134c
Octal1757241040711222016414
Binary111110111110100100010001110011010010100000011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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