#0A1E0D

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

Shades of Black Bean #0A1E0D

Tints of Black Bean #0A1E0D

Color information

#0A1E0D (or 0x0A1E0D) is unknown color: approx Black Bean. HEX triplet: 0A, 1E and 0D. RGB value is (10,30,13). Sum of RGB (Red+Green+Blue) = 10+30+13=53 (7% of max value = 765). Red value is 10 (4.30% from 255 or 18.87% from 53); Green value is 30 (12.11% from 255 or 56.60% from 53); Blue value is 13 (5.47% from 255 or 24.53% from 53); Max value from RGB is 30 - color contains mainly: green. Hex color #0A1E0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A1E0D is #F5E1F2. Grayscale: #161616. Windows color (decimal): -16114163 or 859658. OLE color: 859658.

HSL color Cylindrical-coordinate representation of color #0A1E0D: hue angle of 129º degrees, saturation: 0.5, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0A1E0D is Cyan = 0.67, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.88.

Color convert

RGB103013-
CMYK0.6700.570.88
HSL129º50%7.84%-
HSV(B)129º66.67%11.76%-
XYZ0.661.020.54-
YUV22.08122.87119.38-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 18.87%
GREEN value IS 30 (12.11% from 255) = 56.60%
BLUE value IS 13 (5.47% from 255) = 24.53%
R=18.87%
G=56.60%
B=24.53%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1030130.6700.570.88129507.84
HexA1ED430395881328
Octal1236151030711302016210
Binary1010111101101100001101110011011000100000011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,30,13); }

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

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

 a { background-color: rgb(10,30,13); }

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

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

 span { border-color: rgb(10,30,13); }

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