#341244

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

Shades of Blackcurrant #341244

Tints of Blackcurrant #341244

Color information

#341244 (or 0x341244) is unknown color: approx Blackcurrant. HEX triplet: 34, 12 and 44. RGB value is (52,18,68). Sum of RGB (Red+Green+Blue) = 52+18+68=138 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.68% from 138); Green value is 18 (7.42% from 255 or 13.04% from 138); Blue value is 68 (26.95% from 255 or 49.28% from 138); Max value from RGB is 68 - color contains mainly: blue. Hex color #341244 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341244 is #CBEDBB. Grayscale: #212121. Windows color (decimal): -13364668 or 4461108. OLE color: 4461108.

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

Color convert

RGB521868-
CMYK0.240.7400.73
HSL280.8º58.14%16.86%-
HSV(B)280.8º73.53%26.67%-
XYZ2.681.585.63-
YUV33.87147.26140.93-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 37.68%
GREEN value IS 18 (7.42% from 255) = 13.04%
BLUE value IS 68 (26.95% from 255) = 49.28%
R=37.68%
G=13.04%
B=49.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5218680.240.7400.73280.858.1416.86
Hex341244184A0491193a11
Octal64221043011201114317221
Binary1101001001010001001100010010100100100110001100111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341244; }

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

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

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

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

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

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

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

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