#3A0D50

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

Shades of Blackcurrant #3A0D50

Tints of Blackcurrant #3A0D50

Color information

#3A0D50 (or 0x3A0D50) is unknown color: approx Blackcurrant. HEX triplet: 3A, 0D and 50. RGB value is (58,13,80). Sum of RGB (Red+Green+Blue) = 58+13+80=151 (20% of max value = 765). Red value is 58 (23.05% from 255 or 38.41% from 151); Green value is 13 (5.47% from 255 or 8.61% from 151); Blue value is 80 (31.64% from 255 or 52.98% from 151); Max value from RGB is 80 - color contains mainly: blue. Hex color #3A0D50 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0D50 is #C5F2AF. Grayscale: #212121. Windows color (decimal): -12972720 or 5246266. OLE color: 5246266.

HSL color Cylindrical-coordinate representation of color #3A0D50: hue angle of 280.3º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3A0D50 is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB581380-
CMYK0.280.8400.69
HSL280.3º72.04%18.24%-
HSV(B)280.3º83.75%31.37%-
XYZ3.341.777.75-
YUV34.09153.91145.05-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 38.41%
GREEN value IS 13 (5.47% from 255) = 8.61%
BLUE value IS 80 (31.64% from 255) = 52.98%
R=38.41%
G=8.61%
B=52.98%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5813800.280.8400.69280.372.0418.24
Hex3AD501C540451184812
Octal721512034124010543011022
Binary1110101101101000011100101010001000101100011000100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,13,80); }

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

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

 a { background-color: rgb(58,13,80); }

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

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

 span { border-color: rgb(58,13,80); }

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