#3E0955

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

Shades of Blackcurrant #3E0955

Tints of Blackcurrant #3E0955

Color information

#3E0955 (or 0x3E0955) is unknown color: approx Blackcurrant. HEX triplet: 3E, 09 and 55. RGB value is (62,9,85). Sum of RGB (Red+Green+Blue) = 62+9+85=156 (20% of max value = 765). Red value is 62 (24.61% from 255 or 39.74% from 156); Green value is 9 (3.91% from 255 or 5.77% from 156); Blue value is 85 (33.59% from 255 or 54.49% from 156); Max value from RGB is 85 - color contains mainly: blue. Hex color #3E0955 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E0955 is #C1F6AA. Grayscale: #212121. Windows color (decimal): -12711595 or 5572926. OLE color: 5572926.

HSL color Cylindrical-coordinate representation of color #3E0955: hue angle of 281.84º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3E0955 is Cyan = 0.27, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB62985-
CMYK0.270.8900.67
HSL281.84º80.85%18.43%-
HSV(B)281.84º89.41%33.33%-
XYZ3.721.888.76-
YUV33.51157.06148.32-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 39.74%
GREEN value IS 9 (3.91% from 255) = 5.77%
BLUE value IS 85 (33.59% from 255) = 54.49%
R=39.74%
G=5.77%
B=54.49%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal629850.270.8900.67281.8480.8518.43
Hex3E9551B5904311a5112
Octal761112533131010343212122
Binary1111101001101010111011101100101000011100011010101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,9,85); }

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

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

 a { background-color: rgb(62,9,85); }

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

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

 span { border-color: rgb(62,9,85); }

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