#341C40

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

Shades of Blackcurrant #341C40

Tints of Blackcurrant #341C40

Color information

#341C40 (or 0x341C40) is unknown color: approx Blackcurrant. HEX triplet: 34, 1C and 40. RGB value is (52,28,64). Sum of RGB (Red+Green+Blue) = 52+28+64=144 (19% of max value = 765). Red value is 52 (20.70% from 255 or 36.11% from 144); Green value is 28 (11.33% from 255 or 19.44% from 144); Blue value is 64 (25.39% from 255 or 44.44% from 144); Max value from RGB is 64 - color contains mainly: blue. Hex color #341C40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341C40 is #CBE3BF. Grayscale: #272727. Windows color (decimal): -13362112 or 4201524. OLE color: 4201524.

HSL color Cylindrical-coordinate representation of color #341C40: hue angle of 280º degrees, saturation: 0.39, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #341C40 is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB522864-
CMYK0.190.5600.75
HSL280º39.13%18.04%-
HSV(B)280º56.25%25.1%-
XYZ2.761.935.08-
YUV39.28141.95137.07-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 36.11%
GREEN value IS 28 (11.33% from 255) = 19.44%
BLUE value IS 64 (25.39% from 255) = 44.44%
R=36.11%
G=19.44%
B=44.44%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5228640.190.5600.7528039.1318.04
Hex341C40133804B1182712
Octal6434100237001134304722
Binary110100111001000000100111110000100101110001100010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341C40; }

 p { color: rgb(52,28,64); }

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

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

 a { background-color: rgb(52,28,64); }

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

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

 span { border-color: rgb(52,28,64); }

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