#351D48

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

Shades of Blackcurrant #351D48

Tints of Blackcurrant #351D48

Color information

#351D48 (or 0x351D48) is unknown color: approx Blackcurrant. HEX triplet: 35, 1D and 48. RGB value is (53,29,72). Sum of RGB (Red+Green+Blue) = 53+29+72=154 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.42% from 154); Green value is 29 (11.72% from 255 or 18.83% from 154); Blue value is 72 (28.52% from 255 or 46.75% from 154); Max value from RGB is 72 - color contains mainly: blue. Hex color #351D48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351D48 is #CAE2B7. Grayscale: #282828. Windows color (decimal): -13296312 or 4726069. OLE color: 4726069.

HSL color Cylindrical-coordinate representation of color #351D48: hue angle of 273.49º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #351D48 is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB532972-
CMYK0.260.6000.72
HSL273.49º42.57%19.8%-
HSV(B)273.49º59.72%28.24%-
XYZ3.082.16.37-
YUV41.08145.45136.5-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 34.42%
GREEN value IS 29 (11.72% from 255) = 18.83%
BLUE value IS 72 (28.52% from 255) = 46.75%
R=34.42%
G=18.83%
B=46.75%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5329720.260.6000.72273.4942.5719.8
Hex351D481A3C0481112b14
Octal6535110327401104215324
Binary110101111011001000110101111000100100010001000110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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