#341546

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

Shades of Blackcurrant #341546

Tints of Blackcurrant #341546

Color information

#341546 (or 0x341546) is unknown color: approx Blackcurrant. HEX triplet: 34, 15 and 46. RGB value is (52,21,70). Sum of RGB (Red+Green+Blue) = 52+21+70=143 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.36% from 143); Green value is 21 (8.59% from 255 or 14.69% from 143); Blue value is 70 (27.73% from 255 or 48.95% from 143); Max value from RGB is 70 - color contains mainly: blue. Hex color #341546 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341546 is #CBEAB9. Grayscale: #232323. Windows color (decimal): -13363898 or 4592948. OLE color: 4592948.

HSL color Cylindrical-coordinate representation of color #341546: hue angle of 277.96º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #341546 is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB522170-
CMYK0.260.7000.73
HSL277.96º53.85%17.84%-
HSV(B)277.96º70%27.45%-
XYZ2.791.715.98-
YUV35.86147.27139.52-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 36.36%
GREEN value IS 21 (8.59% from 255) = 14.69%
BLUE value IS 70 (27.73% from 255) = 48.95%
R=36.36%
G=14.69%
B=48.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5221700.260.7000.73277.9653.8517.84
Hex3415461A460491163612
Octal64251063210601114266622
Binary1101001010110001101101010001100100100110001011011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341546; }

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

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

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

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

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

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

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

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