#0F1A12

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

Shades of Black Bean #0F1A12

Tints of Black Bean #0F1A12

Color information

#0F1A12 (or 0x0F1A12) is unknown color: approx Black Bean. HEX triplet: 0F, 1A and 12. RGB value is (15,26,18). Sum of RGB (Red+Green+Blue) = 15+26+18=59 (7% of max value = 765). Red value is 15 (6.25% from 255 or 25.42% from 59); Green value is 26 (10.55% from 255 or 44.07% from 59); Blue value is 18 (7.42% from 255 or 30.51% from 59); Max value from RGB is 26 - color contains mainly: green. Hex color #0F1A12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F1A12 is #F0E5ED. Grayscale: #151515. Windows color (decimal): -15787502 or 1186319. OLE color: 1186319.

HSL color Cylindrical-coordinate representation of color #0F1A12: hue angle of 136.36º degrees, saturation: 0.27, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #0F1A12 is Cyan = 0.42, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.90.

Color convert

RGB152618-
CMYK0.4200.310.90
HSL136.36º26.83%8.04%-
HSV(B)136.36º42.31%10.2%-
XYZ0.680.880.71-
YUV21.8125.86123.15-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 25.42%
GREEN value IS 26 (10.55% from 255) = 44.07%
BLUE value IS 18 (7.42% from 255) = 30.51%
R=25.42%
G=44.07%
B=30.51%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1526180.4200.310.90136.3626.838.04
HexF1A122A01F5A881b8
Octal173222520371322103310
Binary11111101010010101010011111101101010001000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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