#351544

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

Shades of Blackcurrant #351544

Tints of Blackcurrant #351544

Color information

#351544 (or 0x351544) is unknown color: approx Blackcurrant. HEX triplet: 35, 15 and 44. RGB value is (53,21,68). Sum of RGB (Red+Green+Blue) = 53+21+68=142 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.32% from 142); Green value is 21 (8.59% from 255 or 14.79% from 142); Blue value is 68 (26.95% from 255 or 47.89% from 142); Max value from RGB is 68 - color contains mainly: blue. Hex color #351544 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351544 is #CAEABB. Grayscale: #232323. Windows color (decimal): -13298364 or 4461877. OLE color: 4461877.

HSL color Cylindrical-coordinate representation of color #351544: hue angle of 280.85º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #351544 is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB532168-
CMYK0.220.6900.73
HSL280.85º52.81%17.45%-
HSV(B)280.85º69.12%26.67%-
XYZ2.781.715.65-
YUV35.93146.1140.18-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 37.32%
GREEN value IS 21 (8.59% from 255) = 14.79%
BLUE value IS 68 (26.95% from 255) = 47.89%
R=37.32%
G=14.79%
B=47.89%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5321680.220.6900.73280.8552.8117.45
Hex35154416450491193511
Octal65251042610501114316521
Binary1101011010110001001011010001010100100110001100111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351544; }

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

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

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

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

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

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

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

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