#341241

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

Shades of Blackcurrant #341241

Tints of Blackcurrant #341241

Color information

#341241 (or 0x341241) is unknown color: approx Blackcurrant. HEX triplet: 34, 12 and 41. RGB value is (52,18,65). Sum of RGB (Red+Green+Blue) = 52+18+65=135 (17% of max value = 765). Red value is 52 (20.70% from 255 or 38.52% from 135); Green value is 18 (7.42% from 255 or 13.33% from 135); Blue value is 65 (25.78% from 255 or 48.15% from 135); Max value from RGB is 65 - color contains mainly: blue. Hex color #341241 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341241 is #CBEDBE. Grayscale: #212121. Windows color (decimal): -13364671 or 4264500. OLE color: 4264500.

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

Color convert

RGB521865-
CMYK0.200.7200.75
HSL283.4º56.63%16.27%-
HSV(B)283.4º72.31%25.49%-
XYZ2.591.545.16-
YUV33.52145.76141.18-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 38.52%
GREEN value IS 18 (7.42% from 255) = 13.33%
BLUE value IS 65 (25.78% from 255) = 48.15%
R=38.52%
G=13.33%
B=48.15%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5218650.200.7200.75283.456.6316.27
Hex341241144804B11b3910
Octal64221012411001134337120
Binary1101001001010000011010010010000100101110001101111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341241; }

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

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

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

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

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

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

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

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