#351347

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

Shades of Blackcurrant #351347

Tints of Blackcurrant #351347

Color information

#351347 (or 0x351347) is unknown color: approx Blackcurrant. HEX triplet: 35, 13 and 47. RGB value is (53,19,71). Sum of RGB (Red+Green+Blue) = 53+19+71=143 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.06% from 143); Green value is 19 (7.81% from 255 or 13.29% from 143); Blue value is 71 (28.12% from 255 or 49.65% from 143); Max value from RGB is 71 - color contains mainly: blue. Hex color #351347 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351347 is #CAECB8. Grayscale: #222222. Windows color (decimal): -13298873 or 4657973. OLE color: 4657973.

HSL color Cylindrical-coordinate representation of color #351347: hue angle of 279.23º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #351347 is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB531971-
CMYK0.250.7300.72
HSL279.23º57.78%17.65%-
HSV(B)279.23º73.24%27.84%-
XYZ2.841.686.14-
YUV35.09148.26140.77-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 37.06%
GREEN value IS 19 (7.81% from 255) = 13.29%
BLUE value IS 71 (28.12% from 255) = 49.65%
R=37.06%
G=13.29%
B=49.65%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5319710.250.7300.72279.2357.7817.65
Hex35134719490481173a12
Octal65231073111101104277222
Binary1101011001110001111100110010010100100010001011111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351347; }

 p { color: rgb(53,19,71); }

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

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

 a { background-color: rgb(53,19,71); }

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

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

 span { border-color: rgb(53,19,71); }

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