#3D015A

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

Shades of Blackcurrant #3D015A

Tints of Blackcurrant #3D015A

Color information

#3D015A (or 0x3D015A) is unknown color: approx Blackcurrant. HEX triplet: 3D, 01 and 5A. RGB value is (61,1,90). Sum of RGB (Red+Green+Blue) = 61+1+90=152 (20% of max value = 765). Red value is 61 (24.22% from 255 or 40.13% from 152); Green value is 1 (0.78% from 255 or 0.66% from 152); Blue value is 90 (35.55% from 255 or 59.21% from 152); Max value from RGB is 90 - color contains mainly: blue. Hex color #3D015A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D015A is #C2FEA5. Grayscale: #1C1C1C. Windows color (decimal): -12779174 or 5898557. OLE color: 5898557.

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

Color convert

RGB61190-
CMYK0.320.9900.65
HSL280.45º97.8%17.84%-
HSV(B)280.45º98.89%35.29%-
XYZ3.781.759.81-
YUV29.09162.38150.76-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 40.13%
GREEN value IS 1 (0.78% from 255) = 0.66%
BLUE value IS 90 (35.55% from 255) = 59.21%
R=40.13%
G=0.66%
B=59.21%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal611900.320.9900.65280.4597.817.84
Hex3D15A20630411186212
Octal75113240143010143014222
Binary11110111011010100000110001101000001100011000110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D015A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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