#0A260E

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

Shades of Black Bean #0A260E

Tints of Black Bean #0A260E

Color information

#0A260E (or 0x0A260E) is unknown color: approx Black Bean. HEX triplet: 0A, 26 and 0E. RGB value is (10,38,14). Sum of RGB (Red+Green+Blue) = 10+38+14=62 (8% of max value = 765). Red value is 10 (4.30% from 255 or 16.13% from 62); Green value is 38 (15.23% from 255 or 61.29% from 62); Blue value is 14 (5.86% from 255 or 22.58% from 62); Max value from RGB is 38 - color contains mainly: green. Hex color #0A260E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A260E is #F5D9F1. Grayscale: #1A1A1A. Windows color (decimal): -16112114 or 927242. OLE color: 927242.

HSL color Cylindrical-coordinate representation of color #0A260E: hue angle of 128.57º 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 #0A260E is Cyan = 0.74, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.85.

Color convert

RGB103814-
CMYK0.7400.630.85
HSL128.57º58.33%9.41%-
HSV(B)128.57º73.68%14.9%-
XYZ0.91.480.65-
YUV26.89120.72115.95-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 16.13%
GREEN value IS 38 (15.23% from 255) = 61.29%
BLUE value IS 14 (5.86% from 255) = 22.58%
R=16.13%
G=61.29%
B=22.58%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1038140.7400.630.85128.5758.339.41
HexA26E4A03F55813a9
Octal1246161120771252017211
Binary10101001101110100101001111111010101100000011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A260E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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