#341A44

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

Shades of Blackcurrant #341A44

Tints of Blackcurrant #341A44

Color information

#341A44 (or 0x341A44) is unknown color: approx Blackcurrant. HEX triplet: 34, 1A and 44. RGB value is (52,26,68). Sum of RGB (Red+Green+Blue) = 52+26+68=146 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.62% from 146); Green value is 26 (10.55% from 255 or 17.81% from 146); Blue value is 68 (26.95% from 255 or 46.58% from 146); Max value from RGB is 68 - color contains mainly: blue. Hex color #341A44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341A44 is #CBE5BB. Grayscale: #262626. Windows color (decimal): -13362620 or 4463156. OLE color: 4463156.

HSL color Cylindrical-coordinate representation of color #341A44: hue angle of 277.14º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #341A44 is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB522668-
CMYK0.240.6200.73
HSL277.14º44.68%18.43%-
HSV(B)277.14º61.76%26.67%-
XYZ2.831.895.68-
YUV38.56144.61137.58-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 35.62%
GREEN value IS 26 (10.55% from 255) = 17.81%
BLUE value IS 68 (26.95% from 255) = 46.58%
R=35.62%
G=17.81%
B=46.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5226680.240.6200.73277.1444.6818.43
Hex341A44183E0491152d12
Octal6432104307601114255522
Binary110100110101000100110001111100100100110001010110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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