#030204

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

Shades of Blackcurrant #030204

Tints of Blackcurrant #030204

Color information

#030204 (or 0x030204) is unknown color: approx Blackcurrant. HEX triplet: 03, 02 and 04. RGB value is (3,2,4). Sum of RGB (Red+Green+Blue) = 3+2+4=9 (1% of max value = 765). Red value is 3 (1.56% from 255 or 33.33% from 9); Green value is 2 (1.17% from 255 or 22.22% from 9); Blue value is 4 (1.95% from 255 or 44.44% from 9); Max value from RGB is 4 - color contains mainly: blue. Hex color #030204 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030204 is #FCFDFB. Grayscale: #020202. Windows color (decimal): -16580092 or 262659. OLE color: 262659.

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

Color convert

RGB324-
CMYK0.250.500.98
HSL270º33.33%1.18%-
HSV(B)270º50%1.57%-
XYZ0.080.070.12-
YUV2.53128.83128.34-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 33.33%
GREEN value IS 2 (1.17% from 255) = 22.22%
BLUE value IS 4 (1.95% from 255) = 44.44%
R=33.33%
G=22.22%
B=44.44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal3240.250.500.9827033.331.18
Hex324193206210e211
Octal32431620142416411
Binary111010011001110010011000101000011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030204; }

 p { color: rgb(3,2,4); }

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

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

 a { background-color: rgb(3,2,4); }

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

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

 span { border-color: rgb(3,2,4); }

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