#341447

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

Shades of Blackcurrant #341447

Tints of Blackcurrant #341447

Color information

#341447 (or 0x341447) is unknown color: approx Blackcurrant. HEX triplet: 34, 14 and 47. RGB value is (52,20,71). Sum of RGB (Red+Green+Blue) = 52+20+71=143 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.36% from 143); Green value is 20 (8.20% from 255 or 13.99% from 143); Blue value is 71 (28.12% from 255 or 49.65% from 143); Max value from RGB is 71 - color contains mainly: blue. Hex color #341447 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341447 is #CBEBB8. Grayscale: #232323. Windows color (decimal): -13364153 or 4658228. OLE color: 4658228.

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

Color convert

RGB522071-
CMYK0.270.7200.72
HSL277.65º56.04%17.84%-
HSV(B)277.65º71.83%27.84%-
XYZ2.81.696.14-
YUV35.38148.1139.85-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 36.36%
GREEN value IS 20 (8.20% from 255) = 13.99%
BLUE value IS 71 (28.12% from 255) = 49.65%
R=36.36%
G=13.99%
B=49.65%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5220710.270.7200.72277.6556.0417.84
Hex3414471B480481163812
Octal64241073311001104267022
Binary1101001010010001111101110010000100100010001011011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341447; }

 p { color: rgb(52,20,71); }

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

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

 a { background-color: rgb(52,20,71); }

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

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

 span { border-color: rgb(52,20,71); }

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