#341849

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

Shades of Blackcurrant #341849

Tints of Blackcurrant #341849

Color information

#341849 (or 0x341849) is unknown color: approx Blackcurrant. HEX triplet: 34, 18 and 49. RGB value is (52,24,73). Sum of RGB (Red+Green+Blue) = 52+24+73=149 (19% of max value = 765). Red value is 52 (20.70% from 255 or 34.90% from 149); Green value is 24 (9.77% from 255 or 16.11% from 149); Blue value is 73 (28.91% from 255 or 48.99% from 149); Max value from RGB is 73 - color contains mainly: blue. Hex color #341849 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341849 is #CBE7B6. Grayscale: #252525. Windows color (decimal): -13363127 or 4790324. OLE color: 4790324.

HSL color Cylindrical-coordinate representation of color #341849: hue angle of 274.29º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #341849 is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB522473-
CMYK0.290.6700.71
HSL274.29º50.52%19.02%-
HSV(B)274.29º67.12%28.63%-
XYZ2.951.866.51-
YUV37.96147.78138.02-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 34.90%
GREEN value IS 24 (9.77% from 255) = 16.11%
BLUE value IS 73 (28.91% from 255) = 48.99%
R=34.90%
G=16.11%
B=48.99%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5224730.290.6700.71274.2950.5219.02
Hex3418491D430471123313
Octal64301113510301074226323
Binary1101001100010010011110110000110100011110001001011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341849; }

 p { color: rgb(52,24,73); }

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

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

 a { background-color: rgb(52,24,73); }

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

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

 span { border-color: rgb(52,24,73); }

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