#030104

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

Shades of Blackcurrant #030104

Tints of Blackcurrant #030104

Color information

#030104 (or 0x030104) is unknown color: approx Blackcurrant. HEX triplet: 03, 01 and 04. RGB value is (3,1,4). Sum of RGB (Red+Green+Blue) = 3+1+4=8 (1% of max value = 765). Red value is 3 (1.56% from 255 or 37.5% from 8); Green value is 1 (0.78% from 255 or 12.5% from 8); Blue value is 4 (1.95% from 255 or 50% from 8); Max value from RGB is 4 - color contains mainly: blue. Hex color #030104 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030104 is #FCFEFB. Grayscale: #010101. Windows color (decimal): -16580348 or 262403. OLE color: 262403.

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

Color convert

RGB314-
CMYK0.250.7500.98
HSL280º60%0.98%-
HSV(B)280º75%1.57%-
XYZ0.070.050.12-
YUV1.94129.16128.76-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 37.5%
GREEN value IS 1 (0.78% from 255) = 12.5%
BLUE value IS 4 (1.95% from 255) = 50%
R=37.5%
G=12.5%
B=50%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal3140.250.7500.98280600.98
Hex314194B0621183c1
Octal314311130142430741
Binary111100110011001011011000101000110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030104; }

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

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

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

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

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

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

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

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