#351547

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

Shades of Blackcurrant #351547

Tints of Blackcurrant #351547

Color information

#351547 (or 0x351547) is unknown color: approx Blackcurrant. HEX triplet: 35, 15 and 47. RGB value is (53,21,71). Sum of RGB (Red+Green+Blue) = 53+21+71=145 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.55% from 145); Green value is 21 (8.59% from 255 or 14.48% from 145); Blue value is 71 (28.12% from 255 or 48.97% from 145); Max value from RGB is 71 - color contains mainly: blue. Hex color #351547 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351547 is #CAEAB8. Grayscale: #242424. Windows color (decimal): -13298361 or 4658485. OLE color: 4658485.

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

Color convert

RGB532171-
CMYK0.250.7000.72
HSL278.4º54.35%18.04%-
HSV(B)278.4º70.42%27.84%-
XYZ2.871.756.15-
YUV36.27147.6139.93-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.55%
GREEN value IS 21 (8.59% from 255) = 14.48%
BLUE value IS 71 (28.12% from 255) = 48.97%
R=36.55%
G=14.48%
B=48.97%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5321710.250.7000.72278.454.3518.04
Hex35154719460481163612
Octal65251073110601104266622
Binary1101011010110001111100110001100100100010001011011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351547; }

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

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

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

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

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

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

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

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