#0D1710

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

Shades of Black Bean #0D1710

Tints of Black Bean #0D1710

Color information

#0D1710 (or 0x0D1710) is unknown color: approx Black Bean. HEX triplet: 0D, 17 and 10. RGB value is (13,23,16). Sum of RGB (Red+Green+Blue) = 13+23+16=52 (6% of max value = 765). Red value is 13 (5.47% from 255 or 25% from 52); Green value is 23 (9.38% from 255 or 44.23% from 52); Blue value is 16 (6.64% from 255 or 30.77% from 52); Max value from RGB is 23 - color contains mainly: green. Hex color #0D1710 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1710 is #F2E8EF. Grayscale: #131313. Windows color (decimal): -15919344 or 1054477. OLE color: 1054477.

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

Color convert

RGB132316-
CMYK0.4300.300.91
HSL138º27.78%7.06%-
HSV(B)138º43.48%9.02%-
XYZ0.570.740.6-
YUV19.21126.19123.57-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 25%
GREEN value IS 23 (9.38% from 255) = 44.23%
BLUE value IS 16 (6.64% from 255) = 30.77%
R=25%
G=44.23%
B=30.77%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1323160.4300.300.9113827.787.06
HexD17102B01E5B8a1c7
Octal15272053036133212347
Binary1101101111000010101101111010110111000101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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