#061207

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

Shades of Black Bean #061207

Tints of Black Bean #061207

Color information

#061207 (or 0x061207) is unknown color: approx Black Bean. HEX triplet: 06, 12 and 07. RGB value is (6,18,7). Sum of RGB (Red+Green+Blue) = 6+18+7=31 (4% of max value = 765). Red value is 6 (2.73% from 255 or 19.35% from 31); Green value is 18 (7.42% from 255 or 58.06% from 31); Blue value is 7 (3.12% from 255 or 22.58% from 31); Max value from RGB is 18 - color contains mainly: green. Hex color #061207 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061207 is #F9EDF8. Grayscale: #0D0D0D. Windows color (decimal): -16379385 or 463366. OLE color: 463366.

HSL color Cylindrical-coordinate representation of color #061207: hue angle of 125º degrees, saturation: 0.5, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #061207 is Cyan = 0.67, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.93.

Color convert

RGB6187-
CMYK0.6700.610.93
HSL125º50%4.71%-
HSV(B)125º66.67%7.06%-
XYZ0.330.490.28-
YUV13.16124.52122.89-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 19.35%
GREEN value IS 18 (7.42% from 255) = 58.06%
BLUE value IS 7 (3.12% from 255) = 22.58%
R=19.35%
G=58.06%
B=22.58%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal61870.6700.610.93125504.71
Hex61274303D5D7d325
Octal6227103075135175625
Binary110100101111000011011110110111011111101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061207; }

 p { color: rgb(6,18,7); }

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

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

 a { background-color: rgb(6,18,7); }

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

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

 span { border-color: rgb(6,18,7); }

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