#341C43

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

Shades of Blackcurrant #341C43

Tints of Blackcurrant #341C43

Color information

#341C43 (or 0x341C43) is unknown color: approx Blackcurrant. HEX triplet: 34, 1C and 43. RGB value is (52,28,67). Sum of RGB (Red+Green+Blue) = 52+28+67=147 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.37% from 147); Green value is 28 (11.33% from 255 or 19.05% from 147); Blue value is 67 (26.56% from 255 or 45.58% from 147); Max value from RGB is 67 - color contains mainly: blue. Hex color #341C43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341C43 is #CBE3BC. Grayscale: #272727. Windows color (decimal): -13362109 or 4398132. OLE color: 4398132.

HSL color Cylindrical-coordinate representation of color #341C43: hue angle of 276.92º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #341C43 is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB522867-
CMYK0.220.5800.74
HSL276.92º41.05%18.63%-
HSV(B)276.92º58.21%26.27%-
XYZ2.841.975.54-
YUV39.62143.45136.83-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 35.37%
GREEN value IS 28 (11.33% from 255) = 19.05%
BLUE value IS 67 (26.56% from 255) = 45.58%
R=35.37%
G=19.05%
B=45.58%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5228670.220.5800.74276.9241.0518.63
Hex341C43163A04A1152913
Octal6434103267201124255123
Binary110100111001000011101101110100100101010001010110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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