#341D44

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

Shades of Blackcurrant #341D44

Tints of Blackcurrant #341D44

Color information

#341D44 (or 0x341D44) is unknown color: approx Blackcurrant. HEX triplet: 34, 1D and 44. RGB value is (52,29,68). Sum of RGB (Red+Green+Blue) = 52+29+68=149 (19% of max value = 765). Red value is 52 (20.70% from 255 or 34.90% from 149); Green value is 29 (11.72% from 255 or 19.46% from 149); Blue value is 68 (26.95% from 255 or 45.64% from 149); Max value from RGB is 68 - color contains mainly: blue. Hex color #341D44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341D44 is #CBE2BB. Grayscale: #282828. Windows color (decimal): -13361852 or 4463924. OLE color: 4463924.

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

Color convert

RGB522968-
CMYK0.240.5700.73
HSL275.38º40.21%19.02%-
HSV(B)275.38º57.35%26.67%-
XYZ2.92.035.71-
YUV40.32143.62136.33-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 34.90%
GREEN value IS 29 (11.72% from 255) = 19.46%
BLUE value IS 68 (26.95% from 255) = 45.64%
R=34.90%
G=19.46%
B=45.64%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5229680.240.5700.73275.3840.2119.02
Hex341D4418390491132813
Octal6435104307101114235023
Binary110100111011000100110001110010100100110001001110100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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