#341548

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

Shades of Blackcurrant #341548

Tints of Blackcurrant #341548

Color information

#341548 (or 0x341548) is unknown color: approx Blackcurrant. HEX triplet: 34, 15 and 48. RGB value is (52,21,72). Sum of RGB (Red+Green+Blue) = 52+21+72=145 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.86% from 145); Green value is 21 (8.59% from 255 or 14.48% from 145); Blue value is 72 (28.52% from 255 or 49.66% from 145); Max value from RGB is 72 - color contains mainly: blue. Hex color #341548 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341548 is #CBEAB7. Grayscale: #232323. Windows color (decimal): -13363896 or 4724020. OLE color: 4724020.

HSL color Cylindrical-coordinate representation of color #341548: hue angle of 276.47º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #341548 is Cyan = 0.28, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB522172-
CMYK0.280.7100.72
HSL276.47º54.84%18.24%-
HSV(B)276.47º70.83%28.24%-
XYZ2.851.736.32-
YUV36.08148.27139.35-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 35.86%
GREEN value IS 21 (8.59% from 255) = 14.48%
BLUE value IS 72 (28.52% from 255) = 49.66%
R=35.86%
G=14.48%
B=49.66%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5221720.280.7100.72276.4754.8418.24
Hex3415481C470481143712
Octal64251103410701104246722
Binary1101001010110010001110010001110100100010001010011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341548; }

 p { color: rgb(52,21,72); }

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

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

 a { background-color: rgb(52,21,72); }

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

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

 span { border-color: rgb(52,21,72); }

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