#341C41

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

Shades of Blackcurrant #341C41

Tints of Blackcurrant #341C41

Color information

#341C41 (or 0x341C41) is unknown color: approx Blackcurrant. HEX triplet: 34, 1C and 41. RGB value is (52,28,65). Sum of RGB (Red+Green+Blue) = 52+28+65=145 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.86% from 145); Green value is 28 (11.33% from 255 or 19.31% from 145); Blue value is 65 (25.78% from 255 or 44.83% from 145); Max value from RGB is 65 - color contains mainly: blue. Hex color #341C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341C41 is #CBE3BE. Grayscale: #272727. Windows color (decimal): -13362111 or 4267060. OLE color: 4267060.

HSL color Cylindrical-coordinate representation of color #341C41: hue angle of 278.92º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #341C41 is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB522865-
CMYK0.200.5700.75
HSL278.92º39.78%18.24%-
HSV(B)278.92º56.92%25.49%-
XYZ2.791.945.23-
YUV39.39142.45136.99-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 35.86%
GREEN value IS 28 (11.33% from 255) = 19.31%
BLUE value IS 65 (25.78% from 255) = 44.83%
R=35.86%
G=19.31%
B=44.83%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5228650.200.5700.75278.9239.7818.24
Hex341C41143904B1172812
Octal6434101247101134275022
Binary110100111001000001101001110010100101110001011110100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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