#0A260F

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

Shades of Black Bean #0A260F

Tints of Black Bean #0A260F

Color information

#0A260F (or 0x0A260F) is unknown color: approx Black Bean. HEX triplet: 0A, 26 and 0F. RGB value is (10,38,15). Sum of RGB (Red+Green+Blue) = 10+38+15=63 (8% of max value = 765). Red value is 10 (4.30% from 255 or 15.87% from 63); Green value is 38 (15.23% from 255 or 60.32% from 63); Blue value is 15 (6.25% from 255 or 23.81% from 63); Max value from RGB is 38 - color contains mainly: green. Hex color #0A260F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A260F is #F5D9F0. Grayscale: #1B1B1B. Windows color (decimal): -16112113 or 992778. OLE color: 992778.

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

Color convert

RGB103815-
CMYK0.7400.610.85
HSL130.71º58.33%9.41%-
HSV(B)130.71º73.68%14.9%-
XYZ0.91.490.69-
YUV27.01121.22115.87-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 15.87%
GREEN value IS 38 (15.23% from 255) = 60.32%
BLUE value IS 15 (6.25% from 255) = 23.81%
R=15.87%
G=60.32%
B=23.81%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1038150.7400.610.85130.7158.339.41
HexA26F4A03D55833a9
Octal1246171120751252037211
Binary10101001101111100101001111011010101100000111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A260F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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