#0D1910

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

Shades of Black Bean #0D1910

Tints of Black Bean #0D1910

Color information

#0D1910 (or 0x0D1910) is unknown color: approx Black Bean. HEX triplet: 0D, 19 and 10. RGB value is (13,25,16). Sum of RGB (Red+Green+Blue) = 13+25+16=54 (7% of max value = 765). Red value is 13 (5.47% from 255 or 24.07% from 54); Green value is 25 (10.16% from 255 or 46.30% from 54); Blue value is 16 (6.64% from 255 or 29.63% from 54); Max value from RGB is 25 - color contains mainly: green. Hex color #0D1910 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1910 is #F2E6EF. Grayscale: #141414. Windows color (decimal): -15918832 or 1054989. OLE color: 1054989.

HSL color Cylindrical-coordinate representation of color #0D1910: hue angle of 135º degrees, saturation: 0.32, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #0D1910 is Cyan = 0.48, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.90.

Color convert

RGB132516-
CMYK0.4800.360.90
HSL135º31.58%7.45%-
HSV(B)135º48%9.8%-
XYZ0.610.820.62-
YUV20.39125.52122.73-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 24.07%
GREEN value IS 25 (10.16% from 255) = 46.30%
BLUE value IS 16 (6.64% from 255) = 29.63%
R=24.07%
G=46.30%
B=29.63%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1325160.4800.360.9013531.587.45
HexD1910300245A87207
Octal15312060044132207407
Binary110111001100001100000100100101101010000111100000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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