#3A034D

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

Shades of Blackcurrant #3A034D

Tints of Blackcurrant #3A034D

Color information

#3A034D (or 0x3A034D) is unknown color: approx Blackcurrant. HEX triplet: 3A, 03 and 4D. RGB value is (58,3,77). Sum of RGB (Red+Green+Blue) = 58+3+77=138 (18% of max value = 765). Red value is 58 (23.05% from 255 or 42.03% from 138); Green value is 3 (1.56% from 255 or 2.17% from 138); Blue value is 77 (30.47% from 255 or 55.80% from 138); Max value from RGB is 77 - color contains mainly: blue. Hex color #3A034D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A034D is #C5FCB2. Grayscale: #1B1B1B. Windows color (decimal): -12975283 or 5047098. OLE color: 5047098.

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

Color convert

RGB58377-
CMYK0.250.9600.70
HSL284.59º92.5%15.69%-
HSV(B)284.59º96.1%30.2%-
XYZ3.121.57.15-
YUV27.88155.72149.48-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 42.03%
GREEN value IS 3 (1.56% from 255) = 2.17%
BLUE value IS 77 (30.47% from 255) = 55.80%
R=42.03%
G=2.17%
B=55.80%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal583770.250.9600.70284.5992.515.69
Hex3A34D196004611d5c10
Octal72311531140010643513420
Binary11101011100110111001110000001000110100011101101110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A034D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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