#341550

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

Shades of Blackcurrant #341550

Tints of Blackcurrant #341550

Color information

#341550 (or 0x341550) is unknown color: approx Blackcurrant. HEX triplet: 34, 15 and 50. RGB value is (52,21,80). Sum of RGB (Red+Green+Blue) = 52+21+80=153 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.99% from 153); Green value is 21 (8.59% from 255 or 13.73% from 153); Blue value is 80 (31.64% from 255 or 52.29% from 153); Max value from RGB is 80 - color contains mainly: blue. Hex color #341550 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341550 is #CBEAAF. Grayscale: #242424. Windows color (decimal): -13363888 or 5248308. OLE color: 5248308.

HSL color Cylindrical-coordinate representation of color #341550: hue angle of 271.53º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #341550 is Cyan = 0.35, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB522180-
CMYK0.350.7400.69
HSL271.53º58.42%19.8%-
HSV(B)271.53º73.75%31.37%-
XYZ3.131.857.78-
YUV37152.27138.7-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 33.99%
GREEN value IS 21 (8.59% from 255) = 13.73%
BLUE value IS 80 (31.64% from 255) = 52.29%
R=33.99%
G=13.73%
B=52.29%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5221800.350.7400.69271.5358.4219.8
Hex341550234A0451103a14
Octal64251204311201054207224
Binary11010010101101000010001110010100100010110001000011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341550; }

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

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

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

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

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

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

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

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