#0D1610

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

Shades of Black Bean #0D1610

Tints of Black Bean #0D1610

Color information

#0D1610 (or 0x0D1610) is unknown color: approx Black Bean. HEX triplet: 0D, 16 and 10. RGB value is (13,22,16). Sum of RGB (Red+Green+Blue) = 13+22+16=51 (6% of max value = 765). Red value is 13 (5.47% from 255 or 25.49% from 51); Green value is 22 (8.98% from 255 or 43.14% from 51); Blue value is 16 (6.64% from 255 or 31.37% from 51); Max value from RGB is 22 - color contains mainly: green. Hex color #0D1610 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1610 is #F2E9EF. Grayscale: #121212. Windows color (decimal): -15919600 or 1054221. OLE color: 1054221.

HSL color Cylindrical-coordinate representation of color #0D1610: hue angle of 140º degrees, saturation: 0.26, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #0D1610 is Cyan = 0.41, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.91.

Color convert

RGB132216-
CMYK0.4100.270.91
HSL140º25.71%6.86%-
HSV(B)140º40.91%8.63%-
XYZ0.550.70.6-
YUV18.62126.52123.99-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 25.49%
GREEN value IS 22 (8.98% from 255) = 43.14%
BLUE value IS 16 (6.64% from 255) = 31.37%
R=25.49%
G=43.14%
B=31.37%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1322160.4100.270.9114025.716.86
HexD16102901B5B8c1a7
Octal15262051033133214327
Binary1101101101000010100101101110110111000110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,22,16); }

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

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

 a { background-color: rgb(13,22,16); }

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

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

 span { border-color: rgb(13,22,16); }

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