#0D2313

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

Shades of Black Bean #0D2313

Tints of Black Bean #0D2313

Color information

#0D2313 (or 0x0D2313) is unknown color: approx Black Bean. HEX triplet: 0D, 23 and 13. RGB value is (13,35,19). Sum of RGB (Red+Green+Blue) = 13+35+19=67 (8% of max value = 765). Red value is 13 (5.47% from 255 or 19.40% from 67); Green value is 35 (14.06% from 255 or 52.24% from 67); Blue value is 19 (7.81% from 255 or 28.36% from 67); Max value from RGB is 35 - color contains mainly: green. Hex color #0D2313 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2313 is #F2DCEC. Grayscale: #1A1A1A. Windows color (decimal): -15916269 or 1254157. OLE color: 1254157.

HSL color Cylindrical-coordinate representation of color #0D2313: hue angle of 136.36º 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 #0D2313 is Cyan = 0.63, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.86.

Color convert

RGB133519-
CMYK0.6300.460.86
HSL136.36º45.83%9.41%-
HSV(B)136.36º62.86%13.73%-
XYZ0.881.330.83-
YUV26.6123.71118.3-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 19.40%
GREEN value IS 35 (14.06% from 255) = 52.24%
BLUE value IS 19 (7.81% from 255) = 28.36%
R=19.40%
G=52.24%
B=28.36%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1335190.6300.460.86136.3645.839.41
HexD23133F02E56882e9
Octal154323770561262105611
Binary11011000111001111111101011101010110100010001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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