#3A2244

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

Shades of Blackcurrant #3A2244

Tints of Blackcurrant #3A2244

Color information

#3A2244 (or 0x3A2244) is unknown color: approx Blackcurrant. HEX triplet: 3A, 22 and 44. RGB value is (58,34,68). Sum of RGB (Red+Green+Blue) = 58+34+68=160 (21% of max value = 765). Red value is 58 (23.05% from 255 or 36.25% from 160); Green value is 34 (13.67% from 255 or 21.25% from 160); Blue value is 68 (26.95% from 255 or 42.5% from 160); Max value from RGB is 68 - color contains mainly: blue. Hex color #3A2244 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2244 is #C5DDBB. Grayscale: #2C2C2C. Windows color (decimal): -12967356 or 4465210. OLE color: 4465210.

HSL color Cylindrical-coordinate representation of color #3A2244: hue angle of 282.35º degrees, saturation: 0.33, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3A2244 is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB583468-
CMYK0.150.5000.73
HSL282.35º33.33%20%-
HSV(B)282.35º50%26.67%-
XYZ3.362.465.77-
YUV45.05140.95137.24-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 36.25%
GREEN value IS 34 (13.67% from 255) = 21.25%
BLUE value IS 68 (26.95% from 255) = 42.5%
R=36.25%
G=21.25%
B=42.5%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5834680.150.5000.73282.3533.3320
Hex3A2244F3204911a2114
Octal7242104176201114324124
Binary111010100010100010011111100100100100110001101010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,34,68); }

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

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

 a { background-color: rgb(58,34,68); }

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

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

 span { border-color: rgb(58,34,68); }

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