#3A0D46

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

Shades of Blackcurrant #3A0D46

Tints of Blackcurrant #3A0D46

Color information

#3A0D46 (or 0x3A0D46) is unknown color: approx Blackcurrant. HEX triplet: 3A, 0D and 46. RGB value is (58,13,70). Sum of RGB (Red+Green+Blue) = 58+13+70=141 (18% of max value = 765). Red value is 58 (23.05% from 255 or 41.13% from 141); Green value is 13 (5.47% from 255 or 9.22% from 141); Blue value is 70 (27.73% from 255 or 49.65% from 141); Max value from RGB is 70 - color contains mainly: blue. Hex color #3A0D46 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A0D46 is #C5F2B9. Grayscale: #202020. Windows color (decimal): -12972730 or 4590906. OLE color: 4590906.

HSL color Cylindrical-coordinate representation of color #3A0D46: hue angle of 287.37º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3A0D46 is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB581370-
CMYK0.170.8100.73
HSL287.37º68.67%16.27%-
HSV(B)287.37º81.43%27.45%-
XYZ2.991.635.95-
YUV32.95148.91145.87-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 41.13%
GREEN value IS 13 (5.47% from 255) = 9.22%
BLUE value IS 70 (27.73% from 255) = 49.65%
R=41.13%
G=9.22%
B=49.65%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5813700.170.8100.73287.3768.6716.27
Hex3AD46115104911f4510
Octal721510621121011143710520
Binary1110101101100011010001101000101001001100011111100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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