#341B41

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

Shades of Blackcurrant #341B41

Tints of Blackcurrant #341B41

Color information

#341B41 (or 0x341B41) is unknown color: approx Blackcurrant. HEX triplet: 34, 1B and 41. RGB value is (52,27,65). Sum of RGB (Red+Green+Blue) = 52+27+65=144 (19% of max value = 765). Red value is 52 (20.70% from 255 or 36.11% from 144); Green value is 27 (10.94% from 255 or 18.75% from 144); Blue value is 65 (25.78% from 255 or 45.14% from 144); Max value from RGB is 65 - color contains mainly: blue. Hex color #341B41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341B41 is #CBE4BE. Grayscale: #262626. Windows color (decimal): -13362367 or 4266804. OLE color: 4266804.

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

Color convert

RGB522765-
CMYK0.200.5800.75
HSL279.47º41.3%18.04%-
HSV(B)279.47º58.46%25.49%-
XYZ2.761.95.22-
YUV38.81142.78137.41-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 36.11%
GREEN value IS 27 (10.94% from 255) = 18.75%
BLUE value IS 65 (25.78% from 255) = 45.14%
R=36.11%
G=18.75%
B=45.14%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5227650.200.5800.75279.4741.318.04
Hex341B41143A04B1172912
Octal6433101247201134275122
Binary110100110111000001101001110100100101110001011110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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