#341943

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

Shades of Blackcurrant #341943

Tints of Blackcurrant #341943

Color information

#341943 (or 0x341943) is unknown color: approx Blackcurrant. HEX triplet: 34, 19 and 43. RGB value is (52,25,67). Sum of RGB (Red+Green+Blue) = 52+25+67=144 (19% of max value = 765). Red value is 52 (20.70% from 255 or 36.11% from 144); Green value is 25 (10.16% from 255 or 17.36% from 144); Blue value is 67 (26.56% from 255 or 46.53% from 144); Max value from RGB is 67 - color contains mainly: blue. Hex color #341943 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341943 is #CBE6BC. Grayscale: #252525. Windows color (decimal): -13362877 or 4397364. OLE color: 4397364.

HSL color Cylindrical-coordinate representation of color #341943: hue angle of 278.57º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #341943 is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB522567-
CMYK0.220.6300.74
HSL278.57º45.65%18.04%-
HSV(B)278.57º62.69%26.27%-
XYZ2.781.835.52-
YUV37.86144.45138.08-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 36.11%
GREEN value IS 25 (10.16% from 255) = 17.36%
BLUE value IS 67 (26.56% from 255) = 46.53%
R=36.11%
G=17.36%
B=46.53%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5225670.220.6300.74278.5745.6518.04
Hex341943163F04A1172e12
Octal6431103267701124275622
Binary110100110011000011101101111110100101010001011110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341943; }

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

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

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

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

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

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

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

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