#341141

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

Shades of Blackcurrant #341141

Tints of Blackcurrant #341141

Color information

#341141 (or 0x341141) is unknown color: approx Blackcurrant. HEX triplet: 34, 11 and 41. RGB value is (52,17,65). Sum of RGB (Red+Green+Blue) = 52+17+65=134 (17% of max value = 765). Red value is 52 (20.70% from 255 or 38.81% from 134); Green value is 17 (7.03% from 255 or 12.69% from 134); Blue value is 65 (25.78% from 255 or 48.51% from 134); Max value from RGB is 65 - color contains mainly: blue. Hex color #341141 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341141 is #CBEEBE. Grayscale: #202020. Windows color (decimal): -13364927 or 4264244. OLE color: 4264244.

HSL color Cylindrical-coordinate representation of color #341141: hue angle of 283.75º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #341141 is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB521765-
CMYK0.200.7400.75
HSL283.75º58.54%16.08%-
HSV(B)283.75º73.85%25.49%-
XYZ2.571.515.16-
YUV32.94146.1141.6-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 38.81%
GREEN value IS 17 (7.03% from 255) = 12.69%
BLUE value IS 65 (25.78% from 255) = 48.51%
R=38.81%
G=12.69%
B=48.51%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5217650.200.7400.75283.7558.5416.08
Hex341141144A04B11c3b10
Octal64211012411201134347320
Binary1101001000110000011010010010100100101110001110011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341141; }

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

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

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

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

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

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

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

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