#0D140D

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

Shades of Black Bean #0D140D

Tints of Black Bean #0D140D

Color information

#0D140D (or 0x0D140D) is unknown color: approx Black Bean. HEX triplet: 0D, 14 and 0D. RGB value is (13,20,13). Sum of RGB (Red+Green+Blue) = 13+20+13=46 (6% of max value = 765). Red value is 13 (5.47% from 255 or 28.26% from 46); Green value is 20 (8.20% from 255 or 43.48% from 46); Blue value is 13 (5.47% from 255 or 28.26% from 46); Max value from RGB is 20 - color contains mainly: green. Hex color #0D140D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D140D is #F2EBF2. Grayscale: #111111. Windows color (decimal): -15920115 or 857101. OLE color: 857101.

HSL color Cylindrical-coordinate representation of color #0D140D: hue angle of 120º degrees, saturation: 0.21, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #0D140D is Cyan = 0.35, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.92.

Color convert

RGB132013-
CMYK0.3500.350.92
HSL120º21.21%6.47%-
HSV(B)120º35%7.84%-
XYZ0.490.610.47-
YUV17.11125.68125.07-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 28.26%
GREEN value IS 20 (8.20% from 255) = 43.48%
BLUE value IS 13 (5.47% from 255) = 28.26%
R=28.26%
G=43.48%
B=28.26%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1320130.3500.350.9212021.216.47
HexD14D230235C78156
Octal15241543043134170256
Binary110110100110110001101000111011100111100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D140D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,20,13); }

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

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

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

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

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

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

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