#351540

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

Shades of Blackcurrant #351540

Tints of Blackcurrant #351540

Color information

#351540 (or 0x351540) is unknown color: approx Blackcurrant. HEX triplet: 35, 15 and 40. RGB value is (53,21,64). Sum of RGB (Red+Green+Blue) = 53+21+64=138 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.41% from 138); Green value is 21 (8.59% from 255 or 15.22% from 138); Blue value is 64 (25.39% from 255 or 46.38% from 138); Max value from RGB is 64 - color contains mainly: blue. Hex color #351540 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351540 is #CAEABF. Grayscale: #232323. Windows color (decimal): -13298368 or 4199733. OLE color: 4199733.

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

Color convert

RGB532164-
CMYK0.170.6700.75
HSL284.65º50.59%16.67%-
HSV(B)284.65º67.19%25.1%-
XYZ2.661.665.03-
YUV35.47144.1140.5-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 38.41%
GREEN value IS 21 (8.59% from 255) = 15.22%
BLUE value IS 64 (25.39% from 255) = 46.38%
R=38.41%
G=15.22%
B=46.38%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5321640.170.6700.75284.6550.5916.67
Hex351540114304B11d3311
Octal65251002110301134356321
Binary1101011010110000001000110000110100101110001110111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351540; }

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

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

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

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

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

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

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

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