#351350

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

Shades of Blackcurrant #351350

Tints of Blackcurrant #351350

Color information

#351350 (or 0x351350) is unknown color: approx Blackcurrant. HEX triplet: 35, 13 and 50. RGB value is (53,19,80). Sum of RGB (Red+Green+Blue) = 53+19+80=152 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.87% from 152); Green value is 19 (7.81% from 255 or 12.5% from 152); Blue value is 80 (31.64% from 255 or 52.63% from 152); Max value from RGB is 80 - color contains mainly: blue. Hex color #351350 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351350 is #CAECAF. Grayscale: #232323. Windows color (decimal): -13298864 or 5247797. OLE color: 5247797.

HSL color Cylindrical-coordinate representation of color #351350: hue angle of 273.44º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #351350 is Cyan = 0.34, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB531980-
CMYK0.340.7600.69
HSL273.44º61.62%19.41%-
HSV(B)273.44º76.25%31.37%-
XYZ3.151.87.77-
YUV36.12152.76140.04-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 34.87%
GREEN value IS 19 (7.81% from 255) = 12.5%
BLUE value IS 80 (31.64% from 255) = 52.63%
R=34.87%
G=12.5%
B=52.63%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5319800.340.7600.69273.4461.6219.41
Hex351350224C0451113e13
Octal65231204211401054217623
Binary11010110011101000010001010011000100010110001000111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351350; }

 p { color: rgb(53,19,80); }

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

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

 a { background-color: rgb(53,19,80); }

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

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

 span { border-color: rgb(53,19,80); }

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