#0A290E

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

Shades of Black Bean #0A290E

Tints of Black Bean #0A290E

Color information

#0A290E (or 0x0A290E) is unknown color: approx Black Bean. HEX triplet: 0A, 29 and 0E. RGB value is (10,41,14). Sum of RGB (Red+Green+Blue) = 10+41+14=65 (8% of max value = 765). Red value is 10 (4.30% from 255 or 15.38% from 65); Green value is 41 (16.41% from 255 or 63.08% from 65); Blue value is 14 (5.86% from 255 or 21.54% from 65); Max value from RGB is 41 - color contains mainly: green. Hex color #0A290E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A290E is #F5D6F1. Grayscale: #1C1C1C. Windows color (decimal): -16111346 or 928010. OLE color: 928010.

HSL color Cylindrical-coordinate representation of color #0A290E: hue angle of 127.74º degrees, saturation: 0.61, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0A290E is Cyan = 0.76, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.84.

Color convert

RGB104114-
CMYK0.7600.660.84
HSL127.74º60.78%10%-
HSV(B)127.74º75.61%16.08%-
XYZ11.680.69-
YUV28.65119.73114.7-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 15.38%
GREEN value IS 41 (16.41% from 255) = 63.08%
BLUE value IS 14 (5.86% from 255) = 21.54%
R=15.38%
G=63.08%
B=21.54%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1041140.7600.660.84127.7460.7810
HexA29E4C04254803da
Octal12511611401021242007512
Binary101010100111101001100010000101010100100000001111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A290E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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