#060507

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

Shades of Blackcurrant #060507

Tints of Blackcurrant #060507

Color information

#060507 (or 0x060507) is unknown color: approx Blackcurrant. HEX triplet: 06, 05 and 07. RGB value is (6,5,7). Sum of RGB (Red+Green+Blue) = 6+5+7=18 (2% of max value = 765). Red value is 6 (2.73% from 255 or 33.33% from 18); Green value is 5 (2.34% from 255 or 27.78% from 18); Blue value is 7 (3.12% from 255 or 38.89% from 18); Max value from RGB is 7 - color contains mainly: blue. Hex color #060507 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060507 is #F9FAF8. Grayscale: #050505. Windows color (decimal): -16382713 or 460038. OLE color: 460038.

HSL color Cylindrical-coordinate representation of color #060507: hue angle of 270º degrees, saturation: 0.17, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #060507 is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.97.

Color convert

RGB657-
CMYK0.140.2900.97
HSL270º16.67%2.35%-
HSV(B)270º28.57%2.75%-
XYZ0.170.160.22-
YUV5.53128.83128.34-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 33.33%
GREEN value IS 5 (2.34% from 255) = 27.78%
BLUE value IS 7 (3.12% from 255) = 38.89%
R=33.33%
G=27.78%
B=38.89%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal6570.140.2900.9727016.672.35
Hex657E1D06110e112
Octal65716350141416212
Binary110101111111011101011000011000011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060507; }

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

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

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

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

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

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

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

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