#0A1D0E

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

Shades of Black Bean #0A1D0E

Tints of Black Bean #0A1D0E

Color information

#0A1D0E (or 0x0A1D0E) is unknown color: approx Black Bean. HEX triplet: 0A, 1D and 0E. RGB value is (10,29,14). Sum of RGB (Red+Green+Blue) = 10+29+14=53 (7% of max value = 765). Red value is 10 (4.30% from 255 or 18.87% from 53); Green value is 29 (11.72% from 255 or 54.72% from 53); Blue value is 14 (5.86% from 255 or 26.42% from 53); Max value from RGB is 29 - color contains mainly: green. Hex color #0A1D0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A1D0E is #F5E2F1. Grayscale: #151515. Windows color (decimal): -16114418 or 924938. OLE color: 924938.

HSL color Cylindrical-coordinate representation of color #0A1D0E: hue angle of 132.63º degrees, saturation: 0.49, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #0A1D0E is Cyan = 0.66, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.89.

Color convert

RGB102914-
CMYK0.6600.520.89
HSL132.63º48.72%7.65%-
HSV(B)132.63º65.52%11.37%-
XYZ0.640.970.57-
YUV21.61123.71119.72-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 18.87%
GREEN value IS 29 (11.72% from 255) = 54.72%
BLUE value IS 14 (5.86% from 255) = 26.42%
R=18.87%
G=54.72%
B=26.42%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1029140.6600.520.89132.6348.727.65
HexA1DE420345985318
Octal1235161020641312056110
Binary1010111011110100001001101001011001100001011100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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