#350349

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

Shades of Blackcurrant #350349

Tints of Blackcurrant #350349

Color information

#350349 (or 0x350349) is unknown color: approx Blackcurrant. HEX triplet: 35, 03 and 49. RGB value is (53,3,73). Sum of RGB (Red+Green+Blue) = 53+3+73=129 (17% of max value = 765). Red value is 53 (21.09% from 255 or 41.09% from 129); Green value is 3 (1.56% from 255 or 2.33% from 129); Blue value is 73 (28.91% from 255 or 56.59% from 129); Max value from RGB is 73 - color contains mainly: blue. Hex color #350349 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350349 is #CAFCB6. Grayscale: #191919. Windows color (decimal): -13302967 or 4784949. OLE color: 4784949.

HSL color Cylindrical-coordinate representation of color #350349: hue angle of 282.86º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #350349 is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB53373-
CMYK0.270.9600.71
HSL282.86º92.11%14.9%-
HSV(B)282.86º95.89%28.63%-
XYZ2.71.36.41-
YUV25.93154.56147.31-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 41.09%
GREEN value IS 3 (1.56% from 255) = 2.33%
BLUE value IS 73 (28.91% from 255) = 56.59%
R=41.09%
G=2.33%
B=56.59%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal533730.270.9600.71282.8692.1114.9
Hex353491B6004711b5cf
Octal65311133140010743313417
Binary1101011110010011101111000000100011110001101110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350349; }

 p { color: rgb(53,3,73); }

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

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

 a { background-color: rgb(53,3,73); }

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

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

 span { border-color: rgb(53,3,73); }

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