#341140

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

Shades of Blackcurrant #341140

Tints of Blackcurrant #341140

Color information

#341140 (or 0x341140) is unknown color: approx Blackcurrant. HEX triplet: 34, 11 and 40. RGB value is (52,17,64). Sum of RGB (Red+Green+Blue) = 52+17+64=133 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.10% from 133); Green value is 17 (7.03% from 255 or 12.78% from 133); Blue value is 64 (25.39% from 255 or 48.12% from 133); Max value from RGB is 64 - color contains mainly: blue. Hex color #341140 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341140 is #CBEEBF. Grayscale: #202020. Windows color (decimal): -13364928 or 4198708. OLE color: 4198708.

HSL color Cylindrical-coordinate representation of color #341140: hue angle of 284.68º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #341140 is Cyan = 0.19, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB521764-
CMYK0.190.7300.75
HSL284.68º58.02%15.88%-
HSV(B)284.68º73.44%25.1%-
XYZ2.541.55.01-
YUV32.82145.6141.68-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 39.10%
GREEN value IS 17 (7.03% from 255) = 12.78%
BLUE value IS 64 (25.39% from 255) = 48.12%
R=39.10%
G=12.78%
B=48.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5217640.190.7300.75284.6858.0215.88
Hex341140134904B11d3a10
Octal64211002311101134357220
Binary1101001000110000001001110010010100101110001110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341140; }

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

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

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

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

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

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

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

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