#350350

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

Shades of Blackcurrant #350350

Tints of Blackcurrant #350350

Color information

#350350 (or 0x350350) is unknown color: approx Blackcurrant. HEX triplet: 35, 03 and 50. RGB value is (53,3,80). Sum of RGB (Red+Green+Blue) = 53+3+80=136 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.97% from 136); Green value is 3 (1.56% from 255 or 2.21% from 136); Blue value is 80 (31.64% from 255 or 58.82% from 136); Max value from RGB is 80 - color contains mainly: blue. Hex color #350350 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350350 is #CAFCAF. Grayscale: #1A1A1A. Windows color (decimal): -13302960 or 5243701. OLE color: 5243701.

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

Color convert

RGB53380-
CMYK0.340.9600.69
HSL278.96º92.77%16.27%-
HSV(B)278.96º96.25%31.37%-
XYZ2.951.47.7-
YUV26.73158.06146.74-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 38.97%
GREEN value IS 3 (1.56% from 255) = 2.21%
BLUE value IS 80 (31.64% from 255) = 58.82%
R=38.97%
G=2.21%
B=58.82%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal533800.340.9600.69278.9692.7716.27
Hex3535022600451175d10
Octal65312042140010542713520
Binary110101111010000100010110000001000101100010111101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350350; }

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

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

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

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

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

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

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

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