#030006

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

Shades of Blackcurrant #030006

Tints of Blackcurrant #030006

Color information

#030006 (or 0x030006) is unknown color: approx Blackcurrant. HEX triplet: 03, 00 and 06. RGB value is (3,0,6). Sum of RGB (Red+Green+Blue) = 3+0+6=9 (1% of max value = 765). Red value is 3 (1.56% from 255 or 33.33% from 9); Green value is 0 (0.39% from 255 or 0% from 9); Blue value is 6 (2.73% from 255 or 66.67% from 9); Max value from RGB is 6 - color contains mainly: blue. Hex color #030006 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030006 is #FCFFF9. Grayscale: #010101. Windows color (decimal): -16580602 or 393219. OLE color: 393219.

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

Color convert

RGB306-
CMYK0.50100.98
HSL270º100%1.18%-
HSV(B)270º100%2.35%-
XYZ0.070.030.17-
YUV1.58130.49129.01-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 33.33%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 6 (2.73% from 255) = 66.67%
R=33.33%
G=0%
B=66.67%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal3060.50100.982701001.18
Hex306326406210e641
Octal3066214401424161441
Binary11011011001011001000110001010000111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030006; }

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

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

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

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

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

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

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

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