#351D4A

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

Shades of Blackcurrant #351D4A

Tints of Blackcurrant #351D4A

Color information

#351D4A (or 0x351D4A) is unknown color: approx Blackcurrant. HEX triplet: 35, 1D and 4A. RGB value is (53,29,74). Sum of RGB (Red+Green+Blue) = 53+29+74=156 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.97% from 156); Green value is 29 (11.72% from 255 or 18.59% from 156); Blue value is 74 (29.30% from 255 or 47.44% from 156); Max value from RGB is 74 - color contains mainly: blue. Hex color #351D4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351D4A is #CAE2B5. Grayscale: #292929. Windows color (decimal): -13296310 or 4857141. OLE color: 4857141.

HSL color Cylindrical-coordinate representation of color #351D4A: hue angle of 272º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #351D4A is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB532974-
CMYK0.280.6100.71
HSL272º43.69%20.2%-
HSV(B)272º60.81%29.02%-
XYZ3.142.136.72-
YUV41.31146.45136.34-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.97%
GREEN value IS 29 (11.72% from 255) = 18.59%
BLUE value IS 74 (29.30% from 255) = 47.44%
R=33.97%
G=18.59%
B=47.44%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5329740.280.6100.7127243.6920.2
Hex351D4A1C3D0471102c14
Octal6535112347501074205424
Binary110101111011001010111001111010100011110001000010110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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