#0F2610

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

Shades of Black Bean #0F2610

Tints of Black Bean #0F2610

Color information

#0F2610 (or 0x0F2610) is unknown color: approx Black Bean. HEX triplet: 0F, 26 and 10. RGB value is (15,38,16). Sum of RGB (Red+Green+Blue) = 15+38+16=69 (9% of max value = 765). Red value is 15 (6.25% from 255 or 21.74% from 69); Green value is 38 (15.23% from 255 or 55.07% from 69); Blue value is 16 (6.64% from 255 or 23.19% from 69); Max value from RGB is 38 - color contains mainly: green. Hex color #0F2610 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2610 is #F0D9EF. Grayscale: #1C1C1C. Windows color (decimal): -15784432 or 1058319. OLE color: 1058319.

HSL color Cylindrical-coordinate representation of color #0F2610: hue angle of 122.61º degrees, saturation: 0.43, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #0F2610 is Cyan = 0.61, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.85.

Color convert

RGB153816-
CMYK0.6100.580.85
HSL122.61º43.4%10.39%-
HSV(B)122.61º60.53%14.9%-
XYZ0.981.530.73-
YUV28.62120.88118.29-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 21.74%
GREEN value IS 38 (15.23% from 255) = 55.07%
BLUE value IS 16 (6.64% from 255) = 23.19%
R=21.74%
G=55.07%
B=23.19%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1538160.6100.580.85122.6143.410.39
HexF26103D03A557b2ba
Octal174620750721251735312
Binary1111100110100001111010111010101010111110111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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