#060C07

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

Shades of Black Bean #060C07

Tints of Black Bean #060C07

Color information

#060C07 (or 0x060C07) is unknown color: approx Black Bean. HEX triplet: 06, 0C and 07. RGB value is (6,12,7). Sum of RGB (Red+Green+Blue) = 6+12+7=25 (3% of max value = 765). Red value is 6 (2.73% from 255 or 24% from 25); Green value is 12 (5.08% from 255 or 48% from 25); Blue value is 7 (3.12% from 255 or 28% from 25); Max value from RGB is 12 - color contains mainly: green. Hex color #060C07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060C07 is #F9F3F8. Grayscale: #090909. Windows color (decimal): -16380921 or 461830. OLE color: 461830.

HSL color Cylindrical-coordinate representation of color #060C07: hue angle of 130º degrees, saturation: 0.33, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #060C07 is Cyan = 0.50, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.95.

Color convert

RGB6127-
CMYK0.5000.420.95
HSL130º33.33%3.53%-
HSV(B)130º50%4.71%-
XYZ0.240.320.25-
YUV9.64126.51125.41-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 24%
GREEN value IS 12 (5.08% from 255) = 48%
BLUE value IS 7 (3.12% from 255) = 28%
R=24%
G=48%
B=28%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal61270.5000.420.9513033.333.53
Hex6C73202A5F82214
Octal614762052137202414
Binary11011001111100100101010101111110000010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060C07; }

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

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

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

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

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

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

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

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