#0D2511

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

Shades of Black Bean #0D2511

Tints of Black Bean #0D2511

Color information

#0D2511 (or 0x0D2511) is unknown color: approx Black Bean. HEX triplet: 0D, 25 and 11. RGB value is (13,37,17). Sum of RGB (Red+Green+Blue) = 13+37+17=67 (8% of max value = 765). Red value is 13 (5.47% from 255 or 19.40% from 67); Green value is 37 (14.84% from 255 or 55.22% from 67); Blue value is 17 (7.03% from 255 or 25.37% from 67); Max value from RGB is 37 - color contains mainly: green. Hex color #0D2511 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2511 is #F2DAEE. Grayscale: #1B1B1B. Windows color (decimal): -15915759 or 1123597. OLE color: 1123597.

HSL color Cylindrical-coordinate representation of color #0D2511: hue angle of 130º degrees, saturation: 0.48, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #0D2511 is Cyan = 0.65, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.85.

Color convert

RGB133717-
CMYK0.6500.540.85
HSL130º48%9.8%-
HSV(B)130º64.86%14.51%-
XYZ0.931.450.76-
YUV27.54122.05117.63-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 19.40%
GREEN value IS 37 (14.84% from 255) = 55.22%
BLUE value IS 17 (7.03% from 255) = 25.37%
R=19.40%
G=55.22%
B=25.37%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1337170.6500.540.85130489.8
HexD251141036558230a
Octal1545211010661252026012
Binary110110010110001100000101101101010101100000101100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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