#0D1C0F

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

Shades of Black Bean #0D1C0F

Tints of Black Bean #0D1C0F

Color information

#0D1C0F (or 0x0D1C0F) is unknown color: approx Black Bean. HEX triplet: 0D, 1C and 0F. RGB value is (13,28,15). Sum of RGB (Red+Green+Blue) = 13+28+15=56 (7% of max value = 765). Red value is 13 (5.47% from 255 or 23.21% from 56); Green value is 28 (11.33% from 255 or 50% from 56); Blue value is 15 (6.25% from 255 or 26.79% from 56); Max value from RGB is 28 - color contains mainly: green. Hex color #0D1C0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D1C0F is #F2E3F0. Grayscale: #161616. Windows color (decimal): -15918065 or 990221. OLE color: 990221.

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

Color convert

RGB132815-
CMYK0.5400.460.89
HSL128º36.59%8.04%-
HSV(B)128º53.57%10.98%-
XYZ0.670.950.6-
YUV22.03124.03121.56-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 23.21%
GREEN value IS 28 (11.33% from 255) = 50%
BLUE value IS 15 (6.25% from 255) = 26.79%
R=23.21%
G=50%
B=26.79%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1328150.5400.460.8912836.598.04
HexD1CF3602E5980258
Octal153417660561312004510
Binary110111100111111011001011101011001100000001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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