#0D2310

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

Shades of Black Bean #0D2310

Tints of Black Bean #0D2310

Color information

#0D2310 (or 0x0D2310) is unknown color: approx Black Bean. HEX triplet: 0D, 23 and 10. RGB value is (13,35,16). Sum of RGB (Red+Green+Blue) = 13+35+16=64 (8% of max value = 765). Red value is 13 (5.47% from 255 or 20.31% from 64); Green value is 35 (14.06% from 255 or 54.69% from 64); Blue value is 16 (6.64% from 255 or 25% from 64); Max value from RGB is 35 - color contains mainly: green. Hex color #0D2310 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2310 is #F2DCEF. Grayscale: #1A1A1A. Windows color (decimal): -15916272 or 1057549. OLE color: 1057549.

HSL color Cylindrical-coordinate representation of color #0D2310: hue angle of 128.18º degrees, saturation: 0.46, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #0D2310 is Cyan = 0.63, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.86.

Color convert

RGB133516-
CMYK0.6300.540.86
HSL128.18º45.83%9.41%-
HSV(B)128.18º62.86%13.73%-
XYZ0.861.330.7-
YUV26.26122.21118.54-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 20.31%
GREEN value IS 35 (14.06% from 255) = 54.69%
BLUE value IS 16 (6.64% from 255) = 25%
R=20.31%
G=54.69%
B=25%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1335160.6300.540.86128.1845.839.41
HexD23103F03656802e9
Octal154320770661262005611
Binary11011000111000011111101101101010110100000001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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