#350655

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

Shades of Blackcurrant #350655

Tints of Blackcurrant #350655

Color information

#350655 (or 0x350655) is unknown color: approx Blackcurrant. HEX triplet: 35, 06 and 55. RGB value is (53,6,85). Sum of RGB (Red+Green+Blue) = 53+6+85=144 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.81% from 144); Green value is 6 (2.73% from 255 or 4.17% from 144); Blue value is 85 (33.59% from 255 or 59.03% from 144); Max value from RGB is 85 - color contains mainly: blue. Hex color #350655 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350655 is #CAF9AA. Grayscale: #1C1C1C. Windows color (decimal): -13302187 or 5572149. OLE color: 5572149.

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

Color convert

RGB53685-
CMYK0.380.9300.67
HSL275.7º86.81%17.84%-
HSV(B)275.7º92.94%33.33%-
XYZ3.171.548.72-
YUV29.06159.57145.08-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.81%
GREEN value IS 6 (2.73% from 255) = 4.17%
BLUE value IS 85 (33.59% from 255) = 59.03%
R=36.81%
G=4.17%
B=59.03%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal536850.380.9300.67275.786.8117.84
Hex35655265D0431145712
Octal65612546135010342412722
Binary1101011101010101100110101110101000011100010100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350655; }

 p { color: rgb(53,6,85); }

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

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

 a { background-color: rgb(53,6,85); }

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

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

 span { border-color: rgb(53,6,85); }

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