#341C46

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

Shades of Blackcurrant #341C46

Tints of Blackcurrant #341C46

Color information

#341C46 (or 0x341C46) is unknown color: approx Blackcurrant. HEX triplet: 34, 1C and 46. RGB value is (52,28,70). Sum of RGB (Red+Green+Blue) = 52+28+70=150 (19% of max value = 765). Red value is 52 (20.70% from 255 or 34.67% from 150); Green value is 28 (11.33% from 255 or 18.67% from 150); Blue value is 70 (27.73% from 255 or 46.67% from 150); Max value from RGB is 70 - color contains mainly: blue. Hex color #341C46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341C46 is #CBE3B9. Grayscale: #272727. Windows color (decimal): -13362106 or 4594740. OLE color: 4594740.

HSL color Cylindrical-coordinate representation of color #341C46: hue angle of 274.29º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #341C46 is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB522870-
CMYK0.260.6000.73
HSL274.29º42.86%19.22%-
HSV(B)274.29º60%27.45%-
XYZ2.9426.03-
YUV39.96144.95136.58-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 34.67%
GREEN value IS 28 (11.33% from 255) = 18.67%
BLUE value IS 70 (27.73% from 255) = 46.67%
R=34.67%
G=18.67%
B=46.67%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5228700.260.6000.73274.2942.8619.22
Hex341C461A3C0491122b13
Octal6434106327401114225323
Binary110100111001000110110101111000100100110001001010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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