#3A0A41

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

Shades of Blackcurrant #3A0A41

Tints of Blackcurrant #3A0A41

Color information

#3A0A41 (or 0x3A0A41) is unknown color: approx Blackcurrant. HEX triplet: 3A, 0A and 41. RGB value is (58,10,65). Sum of RGB (Red+Green+Blue) = 58+10+65=133 (17% of max value = 765). Red value is 58 (23.05% from 255 or 43.61% from 133); Green value is 10 (4.30% from 255 or 7.52% from 133); Blue value is 65 (25.78% from 255 or 48.87% from 133); Max value from RGB is 65 - color contains mainly: blue. Hex color #3A0A41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A0A41 is #C5F5BE. Grayscale: #1E1E1E. Windows color (decimal): -12973503 or 4262458. OLE color: 4262458.

HSL color Cylindrical-coordinate representation of color #3A0A41: hue angle of 292.36º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3A0A41 is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB581065-
CMYK0.110.8500.75
HSL292.36º73.33%14.71%-
HSV(B)292.36º84.62%25.49%-
XYZ2.811.55.14-
YUV30.62147.4147.53-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 43.61%
GREEN value IS 10 (4.30% from 255) = 7.52%
BLUE value IS 65 (25.78% from 255) = 48.87%
R=43.61%
G=7.52%
B=48.87%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5810650.110.8500.75292.3673.3314.71
Hex3AA41B5504B12449f
Octal721210113125011344411117
Binary11101010101000001101110101010100101110010010010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,10,65); }

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

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

 a { background-color: rgb(58,10,65); }

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

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

 span { border-color: rgb(58,10,65); }

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