#341C49

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

Shades of Blackcurrant #341C49

Tints of Blackcurrant #341C49

Color information

#341C49 (or 0x341C49) is unknown color: approx Blackcurrant. HEX triplet: 34, 1C and 49. RGB value is (52,28,73). Sum of RGB (Red+Green+Blue) = 52+28+73=153 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.99% from 153); Green value is 28 (11.33% from 255 or 18.30% from 153); Blue value is 73 (28.91% from 255 or 47.71% from 153); Max value from RGB is 73 - color contains mainly: blue. Hex color #341C49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341C49 is #CBE3B6. Grayscale: #282828. Windows color (decimal): -13362103 or 4791348. OLE color: 4791348.

HSL color Cylindrical-coordinate representation of color #341C49: hue angle of 272º degrees, saturation: 0.45, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #341C49 is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB522873-
CMYK0.290.6200.71
HSL272º44.55%19.8%-
HSV(B)272º61.64%28.63%-
XYZ3.032.046.54-
YUV40.31146.45136.34-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 33.99%
GREEN value IS 28 (11.33% from 255) = 18.30%
BLUE value IS 73 (28.91% from 255) = 47.71%
R=33.99%
G=18.30%
B=47.71%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5228730.290.6200.7127244.5519.8
Hex341C491D3E0471102d14
Octal6434111357601074205524
Binary110100111001001001111011111100100011110001000010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341C49; }

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

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

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

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

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

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

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

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