#351F47

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

Shades of Blackcurrant #351F47

Tints of Blackcurrant #351F47

Color information

#351F47 (or 0x351F47) is unknown color: approx Blackcurrant. HEX triplet: 35, 1F and 47. RGB value is (53,31,71). Sum of RGB (Red+Green+Blue) = 53+31+71=155 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.19% from 155); Green value is 31 (12.5% from 255 or 20% from 155); Blue value is 71 (28.12% from 255 or 45.81% from 155); Max value from RGB is 71 - color contains mainly: blue. Hex color #351F47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351F47 is #CAE0B8. Grayscale: #2A2A2A. Windows color (decimal): -13295801 or 4661045. OLE color: 4661045.

HSL color Cylindrical-coordinate representation of color #351F47: hue angle of 273º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #351F47 is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB533171-
CMYK0.250.5600.72
HSL273º39.22%20%-
HSV(B)273º56.34%27.84%-
XYZ3.12.196.22-
YUV42.14144.29135.75-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 34.19%
GREEN value IS 31 (12.5% from 255) = 20%
BLUE value IS 71 (28.12% from 255) = 45.81%
R=34.19%
G=20%
B=45.81%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5331710.250.5600.7227339.2220
Hex351F4719380481112714
Octal6537107317001104214724
Binary110101111111000111110011110000100100010001000110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351F47; }

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

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

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

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

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

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

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

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