#0A250F

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

Shades of Black Bean #0A250F

Tints of Black Bean #0A250F

Color information

#0A250F (or 0x0A250F) is unknown color: approx Black Bean. HEX triplet: 0A, 25 and 0F. RGB value is (10,37,15). Sum of RGB (Red+Green+Blue) = 10+37+15=62 (8% of max value = 765). Red value is 10 (4.30% from 255 or 16.13% from 62); Green value is 37 (14.84% from 255 or 59.68% from 62); Blue value is 15 (6.25% from 255 or 24.19% from 62); Max value from RGB is 37 - color contains mainly: green. Hex color #0A250F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A250F is #F5DAF0. Grayscale: #1A1A1A. Windows color (decimal): -16112369 or 992522. OLE color: 992522.

HSL color Cylindrical-coordinate representation of color #0A250F: hue angle of 131.11º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0A250F is Cyan = 0.73, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.85.

Color convert

RGB103715-
CMYK0.7300.590.85
HSL131.11º57.45%9.22%-
HSV(B)131.11º72.97%14.51%-
XYZ0.871.420.68-
YUV26.42121.55116.29-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 16.13%
GREEN value IS 37 (14.84% from 255) = 59.68%
BLUE value IS 15 (6.25% from 255) = 24.19%
R=16.13%
G=59.68%
B=24.19%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1037150.7300.590.85131.1157.459.22
HexA25F4903B5583399
Octal1245171110731252037111
Binary10101001011111100100101110111010101100000111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A250F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,37,15); }

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

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

 a { background-color: rgb(10,37,15); }

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

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

 span { border-color: rgb(10,37,15); }

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