#061F0C

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

Shades of Black Bean #061F0C

Tints of Black Bean #061F0C

Color information

#061F0C (or 0x061F0C) is unknown color: approx Black Bean. HEX triplet: 06, 1F and 0C. RGB value is (6,31,12). Sum of RGB (Red+Green+Blue) = 6+31+12=49 (6% of max value = 765). Red value is 6 (2.73% from 255 or 12.24% from 49); Green value is 31 (12.5% from 255 or 63.27% from 49); Blue value is 12 (5.08% from 255 or 24.49% from 49); Max value from RGB is 31 - color contains mainly: green. Hex color #061F0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #061F0C is #F9E0F3. Grayscale: #151515. Windows color (decimal): -16376052 or 794374. OLE color: 794374.

HSL color Cylindrical-coordinate representation of color #061F0C: hue angle of 134.4º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #061F0C is Cyan = 0.81, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.88.

Color convert

RGB63112-
CMYK0.8100.610.88
HSL134.4º67.57%7.25%-
HSV(B)134.4º80.65%12.16%-
XYZ0.631.050.52-
YUV21.36122.72117.04-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 12.24%
GREEN value IS 31 (12.5% from 255) = 63.27%
BLUE value IS 12 (5.08% from 255) = 24.49%
R=12.24%
G=63.27%
B=24.49%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal631120.8100.610.88134.467.577.25
Hex61FC5103D5886447
Octal637141210751302061047
Binary110111111100101000101111011011000100001101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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