#3A0053

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

Shades of Blackcurrant #3A0053

Tints of Blackcurrant #3A0053

Color information

#3A0053 (or 0x3A0053) is unknown color: approx Blackcurrant. HEX triplet: 3A, 00 and 53. RGB value is (58,0,83). Sum of RGB (Red+Green+Blue) = 58+0+83=141 (18% of max value = 765). Red value is 58 (23.05% from 255 or 41.13% from 141); Green value is 0 (0.39% from 255 or 0% from 141); Blue value is 83 (32.81% from 255 or 58.87% from 141); Max value from RGB is 83 - color contains mainly: blue. Hex color #3A0053 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0053 is #C5FFAC. Grayscale: #1A1A1A. Windows color (decimal): -12976045 or 5439546. OLE color: 5439546.

HSL color Cylindrical-coordinate representation of color #3A0053: hue angle of 281.93º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A0053 is Cyan = 0.30, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB58083-
CMYK0.30100.67
HSL281.93º100%16.27%-
HSV(B)281.93º100%32.55%-
XYZ3.311.528.3-
YUV26.8159.72150.25-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 41.13%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 83 (32.81% from 255) = 58.87%
R=41.13%
G=0%
B=58.87%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal580830.30100.67281.9310016.27
Hex3A0531E6404311a6410
Octal72012336144010343214420
Binary1110100101001111110110010001000011100011010110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,0,83); }

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

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

 a { background-color: rgb(58,0,83); }

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

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

 span { border-color: rgb(58,0,83); }

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