#351D47

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

Shades of Blackcurrant #351D47

Tints of Blackcurrant #351D47

Color information

#351D47 (or 0x351D47) is unknown color: approx Blackcurrant. HEX triplet: 35, 1D and 47. RGB value is (53,29,71). Sum of RGB (Red+Green+Blue) = 53+29+71=153 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.64% from 153); Green value is 29 (11.72% from 255 or 18.95% from 153); Blue value is 71 (28.12% from 255 or 46.41% from 153); Max value from RGB is 71 - color contains mainly: blue. Hex color #351D47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351D47 is #CAE2B8. Grayscale: #282828. Windows color (decimal): -13296313 or 4660533. OLE color: 4660533.

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

Color convert

RGB532971-
CMYK0.250.5900.72
HSL274.29º42%19.61%-
HSV(B)274.29º59.15%27.84%-
XYZ3.042.096.2-
YUV40.96144.95136.58-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 34.64%
GREEN value IS 29 (11.72% from 255) = 18.95%
BLUE value IS 71 (28.12% from 255) = 46.41%
R=34.64%
G=18.95%
B=46.41%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5329710.250.5900.72274.294219.61
Hex351D47193B0481122a14
Octal6535107317301104225224
Binary110101111011000111110011110110100100010001001010101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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