#341649

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

Shades of Blackcurrant #341649

Tints of Blackcurrant #341649

Color information

#341649 (or 0x341649) is unknown color: approx Blackcurrant. HEX triplet: 34, 16 and 49. RGB value is (52,22,73). Sum of RGB (Red+Green+Blue) = 52+22+73=147 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.37% from 147); Green value is 22 (8.98% from 255 or 14.97% from 147); Blue value is 73 (28.91% from 255 or 49.66% from 147); Max value from RGB is 73 - color contains mainly: blue. Hex color #341649 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341649 is #CBE9B6. Grayscale: #242424. Windows color (decimal): -13363639 or 4789812. OLE color: 4789812.

HSL color Cylindrical-coordinate representation of color #341649: hue angle of 275.29º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #341649 is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB522273-
CMYK0.290.7000.71
HSL275.29º53.68%18.63%-
HSV(B)275.29º69.86%28.63%-
XYZ2.911.786.49-
YUV36.78148.44138.85-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 35.37%
GREEN value IS 22 (8.98% from 255) = 14.97%
BLUE value IS 73 (28.91% from 255) = 49.66%
R=35.37%
G=14.97%
B=49.66%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5222730.290.7000.71275.2953.6818.63
Hex3416491D460471133613
Octal64261113510601074236623
Binary1101001011010010011110110001100100011110001001111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341649; }

 p { color: rgb(52,22,73); }

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

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

 a { background-color: rgb(52,22,73); }

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

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

 span { border-color: rgb(52,22,73); }

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