#340953

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

Shades of Blackcurrant #340953

Tints of Blackcurrant #340953

Color information

#340953 (or 0x340953) is unknown color: approx Blackcurrant. HEX triplet: 34, 09 and 53. RGB value is (52,9,83). Sum of RGB (Red+Green+Blue) = 52+9+83=144 (19% of max value = 765). Red value is 52 (20.70% from 255 or 36.11% from 144); Green value is 9 (3.91% from 255 or 6.25% from 144); Blue value is 83 (32.81% from 255 or 57.64% from 144); Max value from RGB is 83 - color contains mainly: blue. Hex color #340953 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340953 is #CBF6AC. Grayscale: #1E1E1E. Windows color (decimal): -13366957 or 5441844. OLE color: 5441844.

HSL color Cylindrical-coordinate representation of color #340953: hue angle of 274.86º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #340953 is Cyan = 0.37, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB52983-
CMYK0.370.8900.67
HSL274.86º80.43%18.04%-
HSV(B)274.86º89.16%32.55%-
XYZ3.081.558.32-
YUV30.29157.75143.48-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 36.11%
GREEN value IS 9 (3.91% from 255) = 6.25%
BLUE value IS 83 (32.81% from 255) = 57.64%
R=36.11%
G=6.25%
B=57.64%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal529830.370.8900.67274.8680.4318.04
Hex3495325590431135012
Octal641112345131010342312022
Binary11010010011010011100101101100101000011100010011101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340953; }

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

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

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

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

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

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

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

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