#3A0758

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

Shades of Blackcurrant #3A0758

Tints of Blackcurrant #3A0758

Color information

#3A0758 (or 0x3A0758) is unknown color: approx Blackcurrant. HEX triplet: 3A, 07 and 58. RGB value is (58,7,88). Sum of RGB (Red+Green+Blue) = 58+7+88=153 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.91% from 153); Green value is 7 (3.12% from 255 or 4.58% from 153); Blue value is 88 (34.77% from 255 or 57.52% from 153); Max value from RGB is 88 - color contains mainly: blue. Hex color #3A0758 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0758 is #C5F8A7. Grayscale: #1F1F1F. Windows color (decimal): -12974248 or 5769018. OLE color: 5769018.

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

Color convert

RGB58788-
CMYK0.340.9200.65
HSL277.78º85.26%18.63%-
HSV(B)277.78º92.05%34.51%-
XYZ3.581.769.38-
YUV31.48159.9146.91-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 37.91%
GREEN value IS 7 (3.12% from 255) = 4.58%
BLUE value IS 88 (34.77% from 255) = 57.52%
R=37.91%
G=4.58%
B=57.52%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal587880.340.9200.65277.7885.2618.63
Hex3A758225C0411165513
Octal72713042134010142612523
Binary1110101111011000100010101110001000001100010110101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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