#3D025A

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

Shades of Blackcurrant #3D025A

Tints of Blackcurrant #3D025A

Color information

#3D025A (or 0x3D025A) is unknown color: approx Blackcurrant. HEX triplet: 3D, 02 and 5A. RGB value is (61,2,90). Sum of RGB (Red+Green+Blue) = 61+2+90=153 (20% of max value = 765). Red value is 61 (24.22% from 255 or 39.87% from 153); Green value is 2 (1.17% from 255 or 1.31% from 153); Blue value is 90 (35.55% from 255 or 58.82% from 153); Max value from RGB is 90 - color contains mainly: blue. Hex color #3D025A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D025A is #C2FDA5. Grayscale: #1D1D1D. Windows color (decimal): -12778918 or 5898813. OLE color: 5898813.

HSL color Cylindrical-coordinate representation of color #3D025A: hue angle of 280.23º 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 #3D025A is Cyan = 0.32, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB61290-
CMYK0.320.9800.65
HSL280.23º95.65%18.04%-
HSV(B)280.23º97.78%35.29%-
XYZ3.791.779.82-
YUV29.67162.05150.34-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 39.87%
GREEN value IS 2 (1.17% from 255) = 1.31%
BLUE value IS 90 (35.55% from 255) = 58.82%
R=39.87%
G=1.31%
B=58.82%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal612900.320.9800.65280.2395.6518.04
Hex3D25A20620411186012
Octal75213240142010143014022
Binary111101101011010100000110001001000001100011000110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D025A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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