#350540

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

Shades of Blackcurrant #350540

Tints of Blackcurrant #350540

Color information

#350540 (or 0x350540) is unknown color: approx Blackcurrant. HEX triplet: 35, 05 and 40. RGB value is (53,5,64). Sum of RGB (Red+Green+Blue) = 53+5+64=122 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.44% from 122); Green value is 5 (2.34% from 255 or 4.10% from 122); Blue value is 64 (25.39% from 255 or 52.46% from 122); Max value from RGB is 64 - color contains mainly: blue. Hex color #350540 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350540 is #CAFABF. Grayscale: #191919. Windows color (decimal): -13302464 or 4195637. OLE color: 4195637.

HSL color Cylindrical-coordinate representation of color #350540: hue angle of 288.81º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #350540 is Cyan = 0.17, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB53564-
CMYK0.170.9200.75
HSL288.81º85.51%13.53%-
HSV(B)288.81º92.19%25.1%-
XYZ2.451.244.96-
YUV26.08149.4147.2-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 43.44%
GREEN value IS 5 (2.34% from 255) = 4.10%
BLUE value IS 64 (25.39% from 255) = 52.46%
R=43.44%
G=4.10%
B=52.46%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal535640.170.9200.75288.8185.5113.53
Hex35540115C04B12156e
Octal65510021134011344112616
Binary11010110110000001000110111000100101110010000110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350540; }

 p { color: rgb(53,5,64); }

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

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

 a { background-color: rgb(53,5,64); }

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

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

 span { border-color: rgb(53,5,64); }

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