#3D0259

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

Shades of Blackcurrant #3D0259

Tints of Blackcurrant #3D0259

Color information

#3D0259 (or 0x3D0259) is unknown color: approx Blackcurrant. HEX triplet: 3D, 02 and 59. RGB value is (61,2,89). Sum of RGB (Red+Green+Blue) = 61+2+89=152 (20% of max value = 765). Red value is 61 (24.22% from 255 or 40.13% from 152); Green value is 2 (1.17% from 255 or 1.32% from 152); Blue value is 89 (35.16% from 255 or 58.55% from 152); Max value from RGB is 89 - color contains mainly: blue. Hex color #3D0259 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D0259 is #C2FDA6. Grayscale: #1D1D1D. Windows color (decimal): -12778919 or 5833277. OLE color: 5833277.

HSL color Cylindrical-coordinate representation of color #3D0259: hue angle of 280.69º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3D0259 is Cyan = 0.31, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB61289-
CMYK0.310.9800.65
HSL280.69º95.6%17.84%-
HSV(B)280.69º97.75%34.9%-
XYZ3.751.769.59-
YUV29.56161.55150.43-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 40.13%
GREEN value IS 2 (1.17% from 255) = 1.32%
BLUE value IS 89 (35.16% from 255) = 58.55%
R=40.13%
G=1.32%
B=58.55%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal612890.310.9800.65280.6995.617.84
Hex3D2591F620411196012
Octal75213137142010143114022
Binary11110110101100111111110001001000001100011001110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D0259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D0259; }

 p { color: rgb(61,2,89); }

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

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

 a { background-color: rgb(61,2,89); }

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

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

 span { border-color: rgb(61,2,89); }

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