#061D0C

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

Shades of Black Bean #061D0C

Tints of Black Bean #061D0C

Color information

#061D0C (or 0x061D0C) is unknown color: approx Black Bean. HEX triplet: 06, 1D and 0C. RGB value is (6,29,12). Sum of RGB (Red+Green+Blue) = 6+29+12=47 (6% of max value = 765). Red value is 6 (2.73% from 255 or 12.77% from 47); Green value is 29 (11.72% from 255 or 61.70% from 47); Blue value is 12 (5.08% from 255 or 25.53% from 47); Max value from RGB is 29 - color contains mainly: green. Hex color #061D0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #061D0C is #F9E2F3. Grayscale: #141414. Windows color (decimal): -16376564 or 793862. OLE color: 793862.

HSL color Cylindrical-coordinate representation of color #061D0C: hue angle of 135.65º degrees, saturation: 0.66, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #061D0C is Cyan = 0.79, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.89.

Color convert

RGB62912-
CMYK0.7900.590.89
HSL135.65º65.71%6.86%-
HSV(B)135.65º79.31%11.37%-
XYZ0.580.940.5-
YUV20.18123.38117.88-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 12.77%
GREEN value IS 29 (11.72% from 255) = 61.70%
BLUE value IS 12 (5.08% from 255) = 25.53%
R=12.77%
G=61.70%
B=25.53%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal629120.7900.590.89135.6565.716.86
Hex61DC4F03B5988427
Octal635141170731312101027
Binary110111011100100111101110111011001100010001000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061D0C; }

 p { color: rgb(6,29,12); }

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

<style>
 a { background-color: #061D0C; }

 a { background-color: rgb(6,29,12); }

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

<style>
 span { border-color: #061D0C; }

 span { border-color: rgb(6,29,12); }

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