#0D2010

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

Shades of Black Bean #0D2010

Tints of Black Bean #0D2010

Color information

#0D2010 (or 0x0D2010) is unknown color: approx Black Bean. HEX triplet: 0D, 20 and 10. RGB value is (13,32,16). Sum of RGB (Red+Green+Blue) = 13+32+16=61 (8% of max value = 765). Red value is 13 (5.47% from 255 or 21.31% from 61); Green value is 32 (12.89% from 255 or 52.46% from 61); Blue value is 16 (6.64% from 255 or 26.23% from 61); Max value from RGB is 32 - color contains mainly: green. Hex color #0D2010 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2010 is #F2DFEF. Grayscale: #181818. Windows color (decimal): -15917040 or 1056781. OLE color: 1056781.

HSL color Cylindrical-coordinate representation of color #0D2010: hue angle of 129.47º degrees, saturation: 0.42, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #0D2010 is Cyan = 0.59, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.87.

Color convert

RGB133216-
CMYK0.5900.50.87
HSL129.47º42.22%8.82%-
HSV(B)129.47º59.38%12.55%-
XYZ0.781.160.67-
YUV24.5123.21119.8-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 21.31%
GREEN value IS 32 (12.89% from 255) = 52.46%
BLUE value IS 16 (6.64% from 255) = 26.23%
R=21.31%
G=52.46%
B=26.23%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1332160.5900.50.87129.4742.228.82
HexD20103B03257812a9
Octal154020730621272015211
Binary11011000001000011101101100101010111100000011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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