#0F1710

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

Shades of Black Bean #0F1710

Tints of Black Bean #0F1710

Color information

#0F1710 (or 0x0F1710) is unknown color: approx Black Bean. HEX triplet: 0F, 17 and 10. RGB value is (15,23,16). Sum of RGB (Red+Green+Blue) = 15+23+16=54 (7% of max value = 765). Red value is 15 (6.25% from 255 or 27.78% from 54); Green value is 23 (9.38% from 255 or 42.59% from 54); Blue value is 16 (6.64% from 255 or 29.63% from 54); Max value from RGB is 23 - color contains mainly: green. Hex color #0F1710 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1710 is #F0E8EF. Grayscale: #131313. Windows color (decimal): -15788272 or 1054479. OLE color: 1054479.

HSL color Cylindrical-coordinate representation of color #0F1710: hue angle of 127.5º degrees, saturation: 0.21, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #0F1710 is Cyan = 0.35, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.91.

Color convert

RGB152316-
CMYK0.3500.300.91
HSL127.5º21.05%7.45%-
HSV(B)127.5º34.78%9.02%-
XYZ0.60.750.6-
YUV19.81125.85124.57-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 27.78%
GREEN value IS 23 (9.38% from 255) = 42.59%
BLUE value IS 16 (6.64% from 255) = 29.63%
R=27.78%
G=42.59%
B=29.63%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1523160.3500.300.91127.521.057.45
HexF17102301E5B80157
Octal17272043036133200257
Binary1111101111000010001101111010110111000000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,23,16); }

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

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

 a { background-color: rgb(15,23,16); }

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

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

 span { border-color: rgb(15,23,16); }

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