#3A0358

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

Shades of Blackcurrant #3A0358

Tints of Blackcurrant #3A0358

Color information

#3A0358 (or 0x3A0358) is unknown color: approx Blackcurrant. HEX triplet: 3A, 03 and 58. RGB value is (58,3,88). Sum of RGB (Red+Green+Blue) = 58+3+88=149 (19% of max value = 765). Red value is 58 (23.05% from 255 or 38.93% from 149); Green value is 3 (1.56% from 255 or 2.01% from 149); Blue value is 88 (34.77% from 255 or 59.06% from 149); Max value from RGB is 88 - color contains mainly: blue. Hex color #3A0358 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0358 is #C5FCA7. Grayscale: #1C1C1C. Windows color (decimal): -12975272 or 5767994. OLE color: 5767994.

HSL color Cylindrical-coordinate representation of color #3A0358: hue angle of 278.82º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3A0358 is Cyan = 0.34, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB58388-
CMYK0.340.9700.65
HSL278.82º93.41%17.84%-
HSV(B)278.82º96.59%34.51%-
XYZ3.541.679.37-
YUV29.14161.22148.59-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 38.93%
GREEN value IS 3 (1.56% from 255) = 2.01%
BLUE value IS 88 (34.77% from 255) = 59.06%
R=38.93%
G=2.01%
B=59.06%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal583880.340.9700.65278.8293.4117.84
Hex3A35822610411175d12
Octal72313042141010142713522
Binary111010111011000100010110000101000001100010111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,3,88); }

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

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

 a { background-color: rgb(58,3,88); }

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

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

 span { border-color: rgb(58,3,88); }

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