#340941

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

Shades of Blackcurrant #340941

Tints of Blackcurrant #340941

Color information

#340941 (or 0x340941) is unknown color: approx Blackcurrant. HEX triplet: 34, 09 and 41. RGB value is (52,9,65). Sum of RGB (Red+Green+Blue) = 52+9+65=126 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.27% from 126); Green value is 9 (3.91% from 255 or 7.14% from 126); Blue value is 65 (25.78% from 255 or 51.59% from 126); Max value from RGB is 65 - color contains mainly: blue. Hex color #340941 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340941 is #CBF6BE. Grayscale: #1C1C1C. Windows color (decimal): -13366975 or 4262196. OLE color: 4262196.

HSL color Cylindrical-coordinate representation of color #340941: hue angle of 286.07º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #340941 is Cyan = 0.20, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB52965-
CMYK0.200.8600.75
HSL286.07º75.68%14.51%-
HSV(B)286.07º86.15%25.49%-
XYZ2.471.315.12-
YUV28.24148.75144.95-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 41.27%
GREEN value IS 9 (3.91% from 255) = 7.14%
BLUE value IS 65 (25.78% from 255) = 51.59%
R=41.27%
G=7.14%
B=51.59%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal529650.200.8600.75286.0775.6814.51
Hex34941145604B11e4cf
Octal641110124126011343611417
Binary110100100110000011010010101100100101110001111010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340941; }

 p { color: rgb(52,9,65); }

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

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

 a { background-color: rgb(52,9,65); }

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

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

 span { border-color: rgb(52,9,65); }

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