#0F1D12

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

Shades of Black Bean #0F1D12

Tints of Black Bean #0F1D12

Color information

#0F1D12 (or 0x0F1D12) is unknown color: approx Black Bean. HEX triplet: 0F, 1D and 12. RGB value is (15,29,18). Sum of RGB (Red+Green+Blue) = 15+29+18=62 (8% of max value = 765). Red value is 15 (6.25% from 255 or 24.19% from 62); Green value is 29 (11.72% from 255 or 46.77% from 62); Blue value is 18 (7.42% from 255 or 29.03% from 62); Max value from RGB is 29 - color contains mainly: green. Hex color #0F1D12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F1D12 is #F0E2ED. Grayscale: #171717. Windows color (decimal): -15786734 or 1187087. OLE color: 1187087.

HSL color Cylindrical-coordinate representation of color #0F1D12: hue angle of 132.86º degrees, saturation: 0.32, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #0F1D12 is Cyan = 0.48, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.89.

Color convert

RGB152918-
CMYK0.4800.380.89
HSL132.86º31.82%8.63%-
HSV(B)132.86º48.28%11.37%-
XYZ0.751.020.73-
YUV23.56124.86121.89-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 24.19%
GREEN value IS 29 (11.72% from 255) = 46.77%
BLUE value IS 18 (7.42% from 255) = 29.03%
R=24.19%
G=46.77%
B=29.03%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1529180.4800.380.89132.8631.828.63
HexF1D12300265985209
Octal173522600461312054011
Binary1111111011001011000001001101011001100001011000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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