#060207

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

Shades of Blackcurrant #060207

Tints of Blackcurrant #060207

Color information

#060207 (or 0x060207) is unknown color: approx Blackcurrant. HEX triplet: 06, 02 and 07. RGB value is (6,2,7). Sum of RGB (Red+Green+Blue) = 6+2+7=15 (1% of max value = 765). Red value is 6 (2.73% from 255 or 40% from 15); Green value is 2 (1.17% from 255 or 13.33% from 15); Blue value is 7 (3.12% from 255 or 46.67% from 15); Max value from RGB is 7 - color contains mainly: blue. Hex color #060207 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060207 is #F9FDF8. Grayscale: #030303. Windows color (decimal): -16383481 or 459270. OLE color: 459270.

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

Color convert

RGB627-
CMYK0.140.7100.97
HSL288º55.56%1.76%-
HSV(B)288º71.43%2.75%-
XYZ0.140.10.21-
YUV3.77129.83129.59-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 40%
GREEN value IS 2 (1.17% from 255) = 13.33%
BLUE value IS 7 (3.12% from 255) = 46.67%
R=40%
G=13.33%
B=46.67%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal6270.140.7100.9728855.561.76
Hex627E47061120382
Octal627161070141440702
Binary11010111111010001110110000110010000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060207; }

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

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

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

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

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

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

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

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