#0F1C14

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

Shades of Black Bean #0F1C14

Tints of Black Bean #0F1C14

Color information

#0F1C14 (or 0x0F1C14) is unknown color: approx Black Bean. HEX triplet: 0F, 1C and 14. RGB value is (15,28,20). Sum of RGB (Red+Green+Blue) = 15+28+20=63 (8% of max value = 765). Red value is 15 (6.25% from 255 or 23.81% from 63); Green value is 28 (11.33% from 255 or 44.44% from 63); Blue value is 20 (8.20% from 255 or 31.75% from 63); Max value from RGB is 28 - color contains mainly: green. Hex color #0F1C14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F1C14 is #F0E3EB. Grayscale: #171717. Windows color (decimal): -15786988 or 1317903. OLE color: 1317903.

HSL color Cylindrical-coordinate representation of color #0F1C14: hue angle of 143.08º degrees, saturation: 0.3, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #0F1C14 is Cyan = 0.46, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.89.

Color convert

RGB152820-
CMYK0.4600.290.89
HSL143.08º30.23%8.43%-
HSV(B)143.08º46.43%10.98%-
XYZ0.740.980.81-
YUV23.2126.19122.15-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 23.81%
GREEN value IS 28 (11.33% from 255) = 44.44%
BLUE value IS 20 (8.20% from 255) = 31.75%
R=23.81%
G=44.44%
B=31.75%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1528200.4600.290.89143.0830.238.43
HexF1C142E01D598f1e8
Octal173424560351312173610
Binary11111110010100101110011101101100110001111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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