#0D2112

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

Shades of Black Bean #0D2112

Tints of Black Bean #0D2112

Color information

#0D2112 (or 0x0D2112) is unknown color: approx Black Bean. HEX triplet: 0D, 21 and 12. RGB value is (13,33,18). Sum of RGB (Red+Green+Blue) = 13+33+18=64 (8% of max value = 765). Red value is 13 (5.47% from 255 or 20.31% from 64); Green value is 33 (13.28% from 255 or 51.56% from 64); Blue value is 18 (7.42% from 255 or 28.12% from 64); Max value from RGB is 33 - color contains mainly: green. Hex color #0D2112 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2112 is #F2DEED. Grayscale: #191919. Windows color (decimal): -15916782 or 1188109. OLE color: 1188109.

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

Color convert

RGB133318-
CMYK0.6100.450.87
HSL135º43.48%9.02%-
HSV(B)135º60.61%12.94%-
XYZ0.821.220.76-
YUV25.31123.87119.22-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 20.31%
GREEN value IS 33 (13.28% from 255) = 51.56%
BLUE value IS 18 (7.42% from 255) = 28.12%
R=20.31%
G=51.56%
B=28.12%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1333180.6100.450.8713543.489.02
HexD21123D02D57872b9
Octal154122750551272075311
Binary11011000011001011110101011011010111100001111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,33,18); }

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

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

 a { background-color: rgb(13,33,18); }

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

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

 span { border-color: rgb(13,33,18); }

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