#3A0851

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

Shades of Blackcurrant #3A0851

Tints of Blackcurrant #3A0851

Color information

#3A0851 (or 0x3A0851) is unknown color: approx Blackcurrant. HEX triplet: 3A, 08 and 51. RGB value is (58,8,81). Sum of RGB (Red+Green+Blue) = 58+8+81=147 (19% of max value = 765). Red value is 58 (23.05% from 255 or 39.46% from 147); Green value is 8 (3.52% from 255 or 5.44% from 147); Blue value is 81 (32.03% from 255 or 55.10% from 147); Max value from RGB is 81 - color contains mainly: blue. Hex color #3A0851 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0851 is #C5F7AE. Grayscale: #1F1F1F. Windows color (decimal): -12973999 or 5310522. OLE color: 5310522.

HSL color Cylindrical-coordinate representation of color #3A0851: hue angle of 281.1º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3A0851 is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB58881-
CMYK0.280.9000.68
HSL281.1º82.02%17.45%-
HSV(B)281.1º90.12%31.76%-
XYZ3.321.677.93-
YUV31.27156.06147.06-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 39.46%
GREEN value IS 8 (3.52% from 255) = 5.44%
BLUE value IS 81 (32.03% from 255) = 55.10%
R=39.46%
G=5.44%
B=55.10%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal588810.280.9000.68281.182.0217.45
Hex3A8511C5A0441195211
Octal721012134132010443112221
Binary1110101000101000111100101101001000100100011001101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,8,81); }

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

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

 a { background-color: rgb(58,8,81); }

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

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

 span { border-color: rgb(58,8,81); }

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