#341944

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

Shades of Blackcurrant #341944

Tints of Blackcurrant #341944

Color information

#341944 (or 0x341944) is unknown color: approx Blackcurrant. HEX triplet: 34, 19 and 44. RGB value is (52,25,68). Sum of RGB (Red+Green+Blue) = 52+25+68=145 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.86% from 145); Green value is 25 (10.16% from 255 or 17.24% from 145); Blue value is 68 (26.95% from 255 or 46.90% from 145); Max value from RGB is 68 - color contains mainly: blue. Hex color #341944 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341944 is #CBE6BB. Grayscale: #252525. Windows color (decimal): -13362876 or 4462900. OLE color: 4462900.

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

Color convert

RGB522568-
CMYK0.240.6300.73
HSL277.67º46.24%18.24%-
HSV(B)277.67º63.24%26.67%-
XYZ2.811.845.68-
YUV37.98144.95138-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 35.86%
GREEN value IS 25 (10.16% from 255) = 17.24%
BLUE value IS 68 (26.95% from 255) = 46.90%
R=35.86%
G=17.24%
B=46.90%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5225680.240.6300.73277.6746.2418.24
Hex341944183F0491162e12
Octal6431104307701114265622
Binary110100110011000100110001111110100100110001011010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341944; }

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

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

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

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

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

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

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

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