#341147

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

Shades of Blackcurrant #341147

Tints of Blackcurrant #341147

Color information

#341147 (or 0x341147) is unknown color: approx Blackcurrant. HEX triplet: 34, 11 and 47. RGB value is (52,17,71). Sum of RGB (Red+Green+Blue) = 52+17+71=140 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.14% from 140); Green value is 17 (7.03% from 255 or 12.14% from 140); Blue value is 71 (28.12% from 255 or 50.71% from 140); Max value from RGB is 71 - color contains mainly: blue. Hex color #341147 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341147 is #CBEEB8. Grayscale: #212121. Windows color (decimal): -13364921 or 4657460. OLE color: 4657460.

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

Color convert

RGB521771-
CMYK0.270.7600.72
HSL278.89º61.36%17.25%-
HSV(B)278.89º76.06%27.84%-
XYZ2.751.596.12-
YUV33.62149.1141.11-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 37.14%
GREEN value IS 17 (7.03% from 255) = 12.14%
BLUE value IS 71 (28.12% from 255) = 50.71%
R=37.14%
G=12.14%
B=50.71%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5217710.270.7600.72278.8961.3617.25
Hex3411471B4C0481173d11
Octal64211073311401104277521
Binary1101001000110001111101110011000100100010001011111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341147; }

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

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

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

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

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

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

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

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