#350040

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

Shades of Blackcurrant #350040

Tints of Blackcurrant #350040

Color information

#350040 (or 0x350040) is unknown color: approx Blackcurrant. HEX triplet: 35, 00 and 40. RGB value is (53,0,64). Sum of RGB (Red+Green+Blue) = 53+0+64=117 (15% of max value = 765). Red value is 53 (21.09% from 255 or 45.30% from 117); Green value is 0 (0.39% from 255 or 0% from 117); Blue value is 64 (25.39% from 255 or 54.70% from 117); Max value from RGB is 64 - color contains mainly: blue. Hex color #350040 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350040 is #CAFFBF. Grayscale: #161616. Windows color (decimal): -13303744 or 4194357. OLE color: 4194357.

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

Color convert

RGB53064-
CMYK0.17100.75
HSL289.69º100%12.55%-
HSV(B)289.69º100%25.1%-
XYZ2.391.134.94-
YUV23.14151.06149.3-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 45.30%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 64 (25.39% from 255) = 54.70%
R=45.30%
G=0%
B=54.70%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal530640.17100.75289.6910012.55
Hex35040116404B12264d
Octal65010021144011344214415
Binary110101010000001000111001000100101110010001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350040; }

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

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

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

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

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

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

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

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