#341148

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

Shades of Blackcurrant #341148

Tints of Blackcurrant #341148

Color information

#341148 (or 0x341148) is unknown color: approx Blackcurrant. HEX triplet: 34, 11 and 48. RGB value is (52,17,72). Sum of RGB (Red+Green+Blue) = 52+17+72=141 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.88% from 141); Green value is 17 (7.03% from 255 or 12.06% from 141); Blue value is 72 (28.52% from 255 or 51.06% from 141); Max value from RGB is 72 - color contains mainly: blue. Hex color #341148 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341148 is #CBEEB7. Grayscale: #212121. Windows color (decimal): -13364920 or 4722996. OLE color: 4722996.

HSL color Cylindrical-coordinate representation of color #341148: hue angle of 278.18º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #341148 is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB521772-
CMYK0.280.7600.72
HSL278.18º61.8%17.45%-
HSV(B)278.18º76.39%28.24%-
XYZ2.791.66.29-
YUV33.74149.6141.03-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 36.88%
GREEN value IS 17 (7.03% from 255) = 12.06%
BLUE value IS 72 (28.52% from 255) = 51.06%
R=36.88%
G=12.06%
B=51.06%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5217720.280.7600.72278.1861.817.45
Hex3411481C4C0481163e11
Octal64211103411401104267621
Binary1101001000110010001110010011000100100010001011011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341148; }

 p { color: rgb(52,17,72); }

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

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

 a { background-color: rgb(52,17,72); }

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

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

 span { border-color: rgb(52,17,72); }

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