#0D1811

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

Shades of Black Bean #0D1811

Tints of Black Bean #0D1811

Color information

#0D1811 (or 0x0D1811) is unknown color: approx Black Bean. HEX triplet: 0D, 18 and 11. RGB value is (13,24,17). Sum of RGB (Red+Green+Blue) = 13+24+17=54 (7% of max value = 765). Red value is 13 (5.47% from 255 or 24.07% from 54); Green value is 24 (9.77% from 255 or 44.44% from 54); Blue value is 17 (7.03% from 255 or 31.48% from 54); Max value from RGB is 24 - color contains mainly: green. Hex color #0D1811 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1811 is #F2E7EE. Grayscale: #131313. Windows color (decimal): -15919087 or 1120269. OLE color: 1120269.

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

Color convert

RGB132417-
CMYK0.4600.290.91
HSL141.82º29.73%7.25%-
HSV(B)141.82º45.83%9.41%-
XYZ0.590.780.65-
YUV19.91126.36123.07-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 24.07%
GREEN value IS 24 (9.77% from 255) = 44.44%
BLUE value IS 17 (7.03% from 255) = 31.48%
R=24.07%
G=44.44%
B=31.48%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1324170.4600.290.91141.8229.737.25
HexD18112E01D5B8e1e7
Octal15302156035133216367
Binary1101110001000110111001110110110111000111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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