#341A3C

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

Shades of Blackcurrant #341A3C

Tints of Blackcurrant #341A3C

Color information

#341A3C (or 0x341A3C) is unknown color: approx Blackcurrant. HEX triplet: 34, 1A and 3C. RGB value is (52,26,60). Sum of RGB (Red+Green+Blue) = 52+26+60=138 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.68% from 138); Green value is 26 (10.55% from 255 or 18.84% from 138); Blue value is 60 (23.83% from 255 or 43.48% from 138); Max value from RGB is 60 - color contains mainly: blue. Hex color #341A3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341A3C is #CBE5C3. Grayscale: #252525. Windows color (decimal): -13362628 or 3938868. OLE color: 3938868.

HSL color Cylindrical-coordinate representation of color #341A3C: hue angle of 285.88º degrees, saturation: 0.4, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #341A3C is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB522660-
CMYK0.130.5700.76
HSL285.88º39.53%16.86%-
HSV(B)285.88º56.67%23.53%-
XYZ2.61.84.48-
YUV37.65140.61138.24-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 37.68%
GREEN value IS 26 (10.55% from 255) = 18.84%
BLUE value IS 60 (23.83% from 255) = 43.48%
R=37.68%
G=18.84%
B=43.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5226600.130.5700.76285.8839.5316.86
Hex341A3CD3904C11e2811
Octal643274157101144365021
Binary1101001101011110011011110010100110010001111010100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,26,60); }

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

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

 a { background-color: rgb(52,26,60); }

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

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

 span { border-color: rgb(52,26,60); }

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