#3D0455

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

Shades of Blackcurrant #3D0455

Tints of Blackcurrant #3D0455

Color information

#3D0455 (or 0x3D0455) is unknown color: approx Blackcurrant. HEX triplet: 3D, 04 and 55. RGB value is (61,4,85). Sum of RGB (Red+Green+Blue) = 61+4+85=150 (19% of max value = 765). Red value is 61 (24.22% from 255 or 40.67% from 150); Green value is 4 (1.95% from 255 or 2.67% from 150); Blue value is 85 (33.59% from 255 or 56.67% from 150); Max value from RGB is 85 - color contains mainly: blue. Hex color #3D0455 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D0455 is #C2FBAA. Grayscale: #1E1E1E. Windows color (decimal): -12778411 or 5571645. OLE color: 5571645.

HSL color Cylindrical-coordinate representation of color #3D0455: hue angle of 282.22º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3D0455 is Cyan = 0.28, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB61485-
CMYK0.280.9500.67
HSL282.22º91.01%17.45%-
HSV(B)282.22º95.29%33.33%-
XYZ3.611.738.74-
YUV30.28158.88149.91-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 40.67%
GREEN value IS 4 (1.95% from 255) = 2.67%
BLUE value IS 85 (33.59% from 255) = 56.67%
R=40.67%
G=2.67%
B=56.67%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal614850.280.9500.67282.2291.0117.45
Hex3D4551C5F04311a5b11
Octal75412534137010343213321
Binary111101100101010111100101111101000011100011010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D0455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,4,85); }

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

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

 a { background-color: rgb(61,4,85); }

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

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

 span { border-color: rgb(61,4,85); }

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