#3A104F

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

Shades of Blackcurrant #3A104F

Tints of Blackcurrant #3A104F

Color information

#3A104F (or 0x3A104F) is unknown color: approx Blackcurrant. HEX triplet: 3A, 10 and 4F. RGB value is (58,16,79). Sum of RGB (Red+Green+Blue) = 58+16+79=153 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.91% from 153); Green value is 16 (6.64% from 255 or 10.46% from 153); Blue value is 79 (31.25% from 255 or 51.63% from 153); Max value from RGB is 79 - color contains mainly: blue. Hex color #3A104F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A104F is #C5EFB0. Grayscale: #232323. Windows color (decimal): -12971953 or 5181498. OLE color: 5181498.

HSL color Cylindrical-coordinate representation of color #3A104F: hue angle of 280º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3A104F is Cyan = 0.27, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB581679-
CMYK0.270.8000.69
HSL280º66.32%18.63%-
HSV(B)280º79.75%30.98%-
XYZ3.341.837.58-
YUV35.74152.41143.88-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 37.91%
GREEN value IS 16 (6.64% from 255) = 10.46%
BLUE value IS 79 (31.25% from 255) = 51.63%
R=37.91%
G=10.46%
B=51.63%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5816790.270.8000.6928066.3218.63
Hex3A104F1B500451184213
Octal722011733120010543010223
Binary11101010000100111111011101000001000101100011000100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A104F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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