#060308

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

Shades of Blackcurrant #060308

Tints of Blackcurrant #060308

Color information

#060308 (or 0x060308) is unknown color: approx Blackcurrant. HEX triplet: 06, 03 and 08. RGB value is (6,3,8). Sum of RGB (Red+Green+Blue) = 6+3+8=17 (2% of max value = 765). Red value is 6 (2.73% from 255 or 35.29% from 17); Green value is 3 (1.56% from 255 or 17.65% from 17); Blue value is 8 (3.52% from 255 or 47.06% from 17); Max value from RGB is 8 - color contains mainly: blue. Hex color #060308 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060308 is #F9FCF7. Grayscale: #040404. Windows color (decimal): -16383224 or 525062. OLE color: 525062.

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

Color convert

RGB638-
CMYK0.250.6300.97
HSL276º45.45%2.16%-
HSV(B)276º62.5%3.14%-
XYZ0.150.120.25-
YUV4.47129.99129.09-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 35.29%
GREEN value IS 3 (1.56% from 255) = 17.65%
BLUE value IS 8 (3.52% from 255) = 47.06%
R=35.29%
G=17.65%
B=47.06%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal6380.250.6300.9727645.452.16
Hex638193F0611142d2
Octal631031770141424552
Binary110111000110011111110110000110001010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060308; }

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

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

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

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

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

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

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

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