#341144

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

Shades of Blackcurrant #341144

Tints of Blackcurrant #341144

Color information

#341144 (or 0x341144) is unknown color: approx Blackcurrant. HEX triplet: 34, 11 and 44. RGB value is (52,17,68). Sum of RGB (Red+Green+Blue) = 52+17+68=137 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.96% from 137); Green value is 17 (7.03% from 255 or 12.41% from 137); Blue value is 68 (26.95% from 255 or 49.64% from 137); Max value from RGB is 68 - color contains mainly: blue. Hex color #341144 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341144 is #CBEEBB. Grayscale: #212121. Windows color (decimal): -13364924 or 4460852. OLE color: 4460852.

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

Color convert

RGB521768-
CMYK0.240.7500.73
HSL281.18º60%16.67%-
HSV(B)281.18º75%26.67%-
XYZ2.661.555.63-
YUV33.28147.6141.35-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 37.96%
GREEN value IS 17 (7.03% from 255) = 12.41%
BLUE value IS 68 (26.95% from 255) = 49.64%
R=37.96%
G=12.41%
B=49.64%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5217680.240.7500.73281.186016.67
Hex341144184B0491193c11
Octal64211043011301114317421
Binary1101001000110001001100010010110100100110001100111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341144; }

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

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

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

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

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

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

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

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