#341040

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

Shades of Blackcurrant #341040

Tints of Blackcurrant #341040

Color information

#341040 (or 0x341040) is unknown color: approx Blackcurrant. HEX triplet: 34, 10 and 40. RGB value is (52,16,64). Sum of RGB (Red+Green+Blue) = 52+16+64=132 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.39% from 132); Green value is 16 (6.64% from 255 or 12.12% from 132); Blue value is 64 (25.39% from 255 or 48.48% from 132); Max value from RGB is 64 - color contains mainly: blue. Hex color #341040 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341040 is #CBEFBF. Grayscale: #202020. Windows color (decimal): -13365184 or 4198452. OLE color: 4198452.

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

Color convert

RGB521664-
CMYK0.190.7500.75
HSL285º60%15.69%-
HSV(B)285º75%25.1%-
XYZ2.531.475-
YUV32.24145.93142.1-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 39.39%
GREEN value IS 16 (6.64% from 255) = 12.12%
BLUE value IS 64 (25.39% from 255) = 48.48%
R=39.39%
G=12.12%
B=48.48%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5216640.190.7500.752856015.69
Hex341040134B04B11d3c10
Octal64201002311301134357420
Binary1101001000010000001001110010110100101110001110111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341040; }

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

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

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

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

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

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

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

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