#341B40

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

Shades of Blackcurrant #341B40

Tints of Blackcurrant #341B40

Color information

#341B40 (or 0x341B40) is unknown color: approx Blackcurrant. HEX triplet: 34, 1B and 40. RGB value is (52,27,64). Sum of RGB (Red+Green+Blue) = 52+27+64=143 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.36% from 143); Green value is 27 (10.94% from 255 or 18.88% from 143); Blue value is 64 (25.39% from 255 or 44.76% from 143); Max value from RGB is 64 - color contains mainly: blue. Hex color #341B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341B40 is #CBE4BF. Grayscale: #262626. Windows color (decimal): -13362368 or 4201268. OLE color: 4201268.

HSL color Cylindrical-coordinate representation of color #341B40: hue angle of 280.54º 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 #341B40 is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB522764-
CMYK0.190.5800.75
HSL280.54º40.66%17.84%-
HSV(B)280.54º57.81%25.1%-
XYZ2.731.885.07-
YUV38.69142.28137.49-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 36.36%
GREEN value IS 27 (10.94% from 255) = 18.88%
BLUE value IS 64 (25.39% from 255) = 44.76%
R=36.36%
G=18.88%
B=44.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5227640.190.5800.75280.5440.6617.84
Hex341B40133A04B1192912
Octal6433100237201134315122
Binary110100110111000000100111110100100101110001100110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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