#060008

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

Shades of Blackcurrant #060008

Tints of Blackcurrant #060008

Color information

#060008 (or 0x060008) is unknown color: approx Blackcurrant. HEX triplet: 06, 00 and 08. RGB value is (6,0,8). Sum of RGB (Red+Green+Blue) = 6+0+8=14 (1% of max value = 765). Red value is 6 (2.73% from 255 or 42.86% from 14); Green value is 0 (0.39% from 255 or 0% from 14); Blue value is 8 (3.52% from 255 or 57.14% from 14); Max value from RGB is 8 - color contains mainly: blue. Hex color #060008 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060008 is #F9FFF7. Grayscale: #020202. Windows color (decimal): -16383992 or 524294. OLE color: 524294.

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

Color convert

RGB608-
CMYK0.25100.97
HSL285º100%1.57%-
HSV(B)285º100%3.14%-
XYZ0.120.060.23-
YUV2.71130.99130.35-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 42.86%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 8 (3.52% from 255) = 57.14%
R=42.86%
G=0%
B=57.14%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal6080.25100.972851001.57
Hex608196406111d642
Octal60103114401414351442
Binary1100100011001110010001100001100011101110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060008; }

 p { color: rgb(6,0,8); }

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

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

 a { background-color: rgb(6,0,8); }

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

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

 span { border-color: rgb(6,0,8); }

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