#0D1C0D

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

Shades of Black Bean #0D1C0D

Tints of Black Bean #0D1C0D

Color information

#0D1C0D (or 0x0D1C0D) is unknown color: approx Black Bean. HEX triplet: 0D, 1C and 0D. RGB value is (13,28,13). Sum of RGB (Red+Green+Blue) = 13+28+13=54 (7% of max value = 765). Red value is 13 (5.47% from 255 or 24.07% from 54); Green value is 28 (11.33% from 255 or 51.85% from 54); Blue value is 13 (5.47% from 255 or 24.07% from 54); Max value from RGB is 28 - color contains mainly: green. Hex color #0D1C0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D1C0D is #F2E3F2. Grayscale: #151515. Windows color (decimal): -15918067 or 859149. OLE color: 859149.

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

Color convert

RGB132813-
CMYK0.5400.540.89
HSL120º36.59%8.04%-
HSV(B)120º53.57%10.98%-
XYZ0.650.950.53-
YUV21.8123.03121.72-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 24.07%
GREEN value IS 28 (11.33% from 255) = 51.85%
BLUE value IS 13 (5.47% from 255) = 24.07%
R=24.07%
G=51.85%
B=24.07%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1328130.5400.540.8912036.598.04
HexD1CD360365978258
Octal153415660661311704510
Binary11011110011011101100110110101100111110001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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