#030105

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

Shades of Blackcurrant #030105

Tints of Blackcurrant #030105

Color information

#030105 (or 0x030105) is unknown color: approx Blackcurrant. HEX triplet: 03, 01 and 05. RGB value is (3,1,5). Sum of RGB (Red+Green+Blue) = 3+1+5=9 (1% of max value = 765). Red value is 3 (1.56% from 255 or 33.33% from 9); Green value is 1 (0.78% from 255 or 11.11% from 9); Blue value is 5 (2.34% from 255 or 55.56% from 9); Max value from RGB is 5 - color contains mainly: blue. Hex color #030105 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030105 is #FCFEFA. Grayscale: #020202. Windows color (decimal): -16580347 or 327939. OLE color: 327939.

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

Color convert

RGB315-
CMYK0.400.8000.98
HSL270º66.67%1.18%-
HSV(B)270º80%1.96%-
XYZ0.080.050.15-
YUV2.05129.66128.67-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 33.33%
GREEN value IS 1 (0.78% from 255) = 11.11%
BLUE value IS 5 (2.34% from 255) = 55.56%
R=33.33%
G=11.11%
B=55.56%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal3150.400.8000.9827066.671.18
Hex315285006210e431
Octal3155012001424161031
Binary11110110100010100000110001010000111010000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030105; }

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

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

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

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

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

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

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

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