#3E0545

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

Shades of Blackcurrant #3E0545

Tints of Blackcurrant #3E0545

Color information

#3E0545 (or 0x3E0545) is unknown color: approx Blackcurrant. HEX triplet: 3E, 05 and 45. RGB value is (62,5,69). Sum of RGB (Red+Green+Blue) = 62+5+69=136 (18% of max value = 765). Red value is 62 (24.61% from 255 or 45.59% from 136); Green value is 5 (2.34% from 255 or 3.68% from 136); Blue value is 69 (27.34% from 255 or 50.74% from 136); Max value from RGB is 69 - color contains mainly: blue. Hex color #3E0545 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0545 is #C1FABA. Grayscale: #1D1D1D. Windows color (decimal): -12712635 or 4523326. OLE color: 4523326.

HSL color Cylindrical-coordinate representation of color #3E0545: hue angle of 293.44º degrees, saturation: 0.86, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3E0545 is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB62569-
CMYK0.100.9300.73
HSL293.44º86.49%14.51%-
HSV(B)293.44º92.75%27.06%-
XYZ3.121.565.77-
YUV29.34150.38151.3-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 45.59%
GREEN value IS 5 (2.34% from 255) = 3.68%
BLUE value IS 69 (27.34% from 255) = 50.74%
R=45.59%
G=3.68%
B=50.74%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal625690.100.9300.73293.4486.4914.51
Hex3E545A5D04912556f
Octal76510512135011144512617
Binary1111101011000101101010111010100100110010010110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,5,69); }

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

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

 a { background-color: rgb(62,5,69); }

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

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

 span { border-color: rgb(62,5,69); }

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