#3A0153

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

Shades of Blackcurrant #3A0153

Tints of Blackcurrant #3A0153

Color information

#3A0153 (or 0x3A0153) is unknown color: approx Blackcurrant. HEX triplet: 3A, 01 and 53. RGB value is (58,1,83). Sum of RGB (Red+Green+Blue) = 58+1+83=142 (18% of max value = 765). Red value is 58 (23.05% from 255 or 40.85% from 142); Green value is 1 (0.78% from 255 or 0.70% from 142); Blue value is 83 (32.81% from 255 or 58.45% from 142); Max value from RGB is 83 - color contains mainly: blue. Hex color #3A0153 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0153 is #C5FEAC. Grayscale: #1B1B1B. Windows color (decimal): -12975789 or 5439802. OLE color: 5439802.

HSL color Cylindrical-coordinate representation of color #3A0153: hue angle of 281.71º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3A0153 is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB58183-
CMYK0.300.9900.67
HSL281.71º97.62%16.47%-
HSV(B)281.71º98.8%32.55%-
XYZ3.321.558.31-
YUV27.39159.38149.83-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 40.85%
GREEN value IS 1 (0.78% from 255) = 0.70%
BLUE value IS 83 (32.81% from 255) = 58.45%
R=40.85%
G=0.70%
B=58.45%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal581830.300.9900.67281.7197.6216.47
Hex3A1531E6304311a6210
Octal72112336143010343214220
Binary1110101101001111110110001101000011100011010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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