#3B0455

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

Shades of Blackcurrant #3B0455

Tints of Blackcurrant #3B0455

Color information

#3B0455 (or 0x3B0455) is unknown color: approx Blackcurrant. HEX triplet: 3B, 04 and 55. RGB value is (59,4,85). Sum of RGB (Red+Green+Blue) = 59+4+85=148 (19% of max value = 765). Red value is 59 (23.44% from 255 or 39.86% from 148); Green value is 4 (1.95% from 255 or 2.70% from 148); Blue value is 85 (33.59% from 255 or 57.43% from 148); Max value from RGB is 85 - color contains mainly: blue. Hex color #3B0455 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0455 is #C4FBAA. Grayscale: #1D1D1D. Windows color (decimal): -12909483 or 5571643. OLE color: 5571643.

HSL color Cylindrical-coordinate representation of color #3B0455: hue angle of 280.74º 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 #3B0455 is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB59485-
CMYK0.310.9500.67
HSL280.74º91.01%17.45%-
HSV(B)280.74º95.29%33.33%-
XYZ3.491.678.73-
YUV29.68159.22148.91-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 39.86%
GREEN value IS 4 (1.95% from 255) = 2.70%
BLUE value IS 85 (33.59% from 255) = 57.43%
R=39.86%
G=2.70%
B=57.43%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal594850.310.9500.67280.7491.0117.45
Hex3B4551F5F0431195b11
Octal73412537137010343113321
Binary111011100101010111111101111101000011100011001101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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