#0D1D11

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

Shades of Black Bean #0D1D11

Tints of Black Bean #0D1D11

Color information

#0D1D11 (or 0x0D1D11) is unknown color: approx Black Bean. HEX triplet: 0D, 1D and 11. RGB value is (13,29,17). Sum of RGB (Red+Green+Blue) = 13+29+17=59 (7% of max value = 765). Red value is 13 (5.47% from 255 or 22.03% from 59); Green value is 29 (11.72% from 255 or 49.15% from 59); Blue value is 17 (7.03% from 255 or 28.81% from 59); Max value from RGB is 29 - color contains mainly: green. Hex color #0D1D11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D1D11 is #F2E2EE. Grayscale: #161616. Windows color (decimal): -15917807 or 1121549. OLE color: 1121549.

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

Color convert

RGB132917-
CMYK0.5500.410.89
HSL135º38.1%8.24%-
HSV(B)135º55.17%11.37%-
XYZ0.7110.69-
YUV22.85124.7120.98-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 22.03%
GREEN value IS 29 (11.72% from 255) = 49.15%
BLUE value IS 17 (7.03% from 255) = 28.81%
R=22.03%
G=49.15%
B=28.81%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1329170.5500.410.8913538.18.24
HexD1D11370295987268
Octal153521670511312074610
Binary1101111011000111011101010011011001100001111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,29,17); }

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

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

 a { background-color: rgb(13,29,17); }

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

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

 span { border-color: rgb(13,29,17); }

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