#3A104D

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

Shades of Blackcurrant #3A104D

Tints of Blackcurrant #3A104D

Color information

#3A104D (or 0x3A104D) is unknown color: approx Blackcurrant. HEX triplet: 3A, 10 and 4D. RGB value is (58,16,77). Sum of RGB (Red+Green+Blue) = 58+16+77=151 (20% of max value = 765). Red value is 58 (23.05% from 255 or 38.41% from 151); Green value is 16 (6.64% from 255 or 10.60% from 151); Blue value is 77 (30.47% from 255 or 50.99% from 151); Max value from RGB is 77 - color contains mainly: blue. Hex color #3A104D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A104D is #C5EFB2. Grayscale: #232323. Windows color (decimal): -12971955 or 5050426. OLE color: 5050426.

HSL color Cylindrical-coordinate representation of color #3A104D: hue angle of 281.31º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3A104D is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB581677-
CMYK0.250.7900.70
HSL281.31º65.59%18.24%-
HSV(B)281.31º79.22%30.2%-
XYZ3.271.817.2-
YUV35.51151.41144.04-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 38.41%
GREEN value IS 16 (6.64% from 255) = 10.60%
BLUE value IS 77 (30.47% from 255) = 50.99%
R=38.41%
G=10.60%
B=50.99%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5816770.250.7900.70281.3165.5918.24
Hex3A104D194F0461194212
Octal722011531117010643110222
Binary11101010000100110111001100111101000110100011001100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A104D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,16,77); }

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

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

 a { background-color: rgb(58,16,77); }

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

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

 span { border-color: rgb(58,16,77); }

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