#3A044B

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

Shades of Blackcurrant #3A044B

Tints of Blackcurrant #3A044B

Color information

#3A044B (or 0x3A044B) is unknown color: approx Blackcurrant. HEX triplet: 3A, 04 and 4B. RGB value is (58,4,75). Sum of RGB (Red+Green+Blue) = 58+4+75=137 (18% of max value = 765). Red value is 58 (23.05% from 255 or 42.34% from 137); Green value is 4 (1.95% from 255 or 2.92% from 137); Blue value is 75 (29.69% from 255 or 54.74% from 137); Max value from RGB is 75 - color contains mainly: blue. Hex color #3A044B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A044B is #C5FBB4. Grayscale: #1C1C1C. Windows color (decimal): -12975029 or 4916282. OLE color: 4916282.

HSL color Cylindrical-coordinate representation of color #3A044B: hue angle of 285.63º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3A044B is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB58475-
CMYK0.230.9500.71
HSL285.63º89.87%15.49%-
HSV(B)285.63º94.67%29.41%-
XYZ3.061.496.78-
YUV28.24154.39149.23-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 42.34%
GREEN value IS 4 (1.95% from 255) = 2.92%
BLUE value IS 75 (29.69% from 255) = 54.74%
R=42.34%
G=2.92%
B=54.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal584750.230.9500.71285.6389.8715.49
Hex3A44B175F04711e5af
Octal72411327137010743613217
Binary11101010010010111011110111110100011110001111010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A044B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,4,75); }

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

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

 a { background-color: rgb(58,4,75); }

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

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

 span { border-color: rgb(58,4,75); }

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