#3A014C

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

Shades of Blackcurrant #3A014C

Tints of Blackcurrant #3A014C

Color information

#3A014C (or 0x3A014C) is unknown color: approx Blackcurrant. HEX triplet: 3A, 01 and 4C. RGB value is (58,1,76). Sum of RGB (Red+Green+Blue) = 58+1+76=135 (17% of max value = 765). Red value is 58 (23.05% from 255 or 42.96% from 135); Green value is 1 (0.78% from 255 or 0.74% from 135); Blue value is 76 (30.08% from 255 or 56.30% from 135); Max value from RGB is 76 - color contains mainly: blue. Hex color #3A014C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A014C is #C5FEB3. Grayscale: #1A1A1A. Windows color (decimal): -12975796 or 4981050. OLE color: 4981050.

HSL color Cylindrical-coordinate representation of color #3A014C: hue angle of 285.6º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3A014C is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB58176-
CMYK0.240.9900.70
HSL285.6º97.4%15.1%-
HSV(B)285.6º98.68%29.8%-
XYZ3.061.446.95-
YUV26.59155.88150.4-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 42.96%
GREEN value IS 1 (0.78% from 255) = 0.74%
BLUE value IS 76 (30.08% from 255) = 56.30%
R=42.96%
G=0.74%
B=56.30%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal581760.240.9900.70285.697.415.1
Hex3A14C186304611e61f
Octal72111430143010643614117
Binary111010110011001100011000110100011010001111011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A014C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,1,76); }

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

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

 a { background-color: rgb(58,1,76); }

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

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

 span { border-color: rgb(58,1,76); }

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