#341350

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

Shades of Blackcurrant #341350

Tints of Blackcurrant #341350

Color information

#341350 (or 0x341350) is unknown color: approx Blackcurrant. HEX triplet: 34, 13 and 50. RGB value is (52,19,80). Sum of RGB (Red+Green+Blue) = 52+19+80=151 (20% of max value = 765). Red value is 52 (20.70% from 255 or 34.44% from 151); Green value is 19 (7.81% from 255 or 12.58% from 151); Blue value is 80 (31.64% from 255 or 52.98% from 151); Max value from RGB is 80 - color contains mainly: blue. Hex color #341350 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341350 is #CBECAF. Grayscale: #232323. Windows color (decimal): -13364400 or 5247796. OLE color: 5247796.

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

Color convert

RGB521980-
CMYK0.350.7600.69
HSL272.46º61.62%19.41%-
HSV(B)272.46º76.25%31.37%-
XYZ3.11.777.77-
YUV35.82152.93139.54-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 34.44%
GREEN value IS 19 (7.81% from 255) = 12.58%
BLUE value IS 80 (31.64% from 255) = 52.98%
R=34.44%
G=12.58%
B=52.98%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5219800.350.7600.69272.4661.6219.41
Hex341350234C0451103e13
Octal64231204311401054207623
Binary11010010011101000010001110011000100010110001000011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341350; }

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

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

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

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

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

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

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

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