#351149

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

Shades of Blackcurrant #351149

Tints of Blackcurrant #351149

Color information

#351149 (or 0x351149) is unknown color: approx Blackcurrant. HEX triplet: 35, 11 and 49. RGB value is (53,17,73). Sum of RGB (Red+Green+Blue) = 53+17+73=143 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.06% from 143); Green value is 17 (7.03% from 255 or 11.89% from 143); Blue value is 73 (28.91% from 255 or 51.05% from 143); Max value from RGB is 73 - color contains mainly: blue. Hex color #351149 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351149 is #CAEEB6. Grayscale: #212121. Windows color (decimal): -13299383 or 4788533. OLE color: 4788533.

HSL color Cylindrical-coordinate representation of color #351149: hue angle of 278.57º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #351149 is Cyan = 0.27, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB531773-
CMYK0.270.7700.71
HSL278.57º62.22%17.65%-
HSV(B)278.57º76.71%28.63%-
XYZ2.871.646.47-
YUV34.15149.93141.45-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 37.06%
GREEN value IS 17 (7.03% from 255) = 11.89%
BLUE value IS 73 (28.91% from 255) = 51.05%
R=37.06%
G=11.89%
B=51.05%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5317730.270.7700.71278.5762.2217.65
Hex3511491B4D0471173e12
Octal65211113311501074277622
Binary1101011000110010011101110011010100011110001011111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351149; }

 p { color: rgb(53,17,73); }

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

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

 a { background-color: rgb(53,17,73); }

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

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

 span { border-color: rgb(53,17,73); }

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