#351049

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

Shades of Blackcurrant #351049

Tints of Blackcurrant #351049

Color information

#351049 (or 0x351049) is unknown color: approx Blackcurrant. HEX triplet: 35, 10 and 49. RGB value is (53,16,73). Sum of RGB (Red+Green+Blue) = 53+16+73=142 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.32% from 142); Green value is 16 (6.64% from 255 or 11.27% from 142); Blue value is 73 (28.91% from 255 or 51.41% from 142); Max value from RGB is 73 - color contains mainly: blue. Hex color #351049 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351049 is #CAEFB6. Grayscale: #212121. Windows color (decimal): -13299639 or 4788277. OLE color: 4788277.

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

Color convert

RGB531673-
CMYK0.270.7800.71
HSL278.95º64.04%17.45%-
HSV(B)278.95º78.08%28.63%-
XYZ2.861.616.46-
YUV33.56150.26141.87-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 37.32%
GREEN value IS 16 (6.64% from 255) = 11.27%
BLUE value IS 73 (28.91% from 255) = 51.41%
R=37.32%
G=11.27%
B=51.41%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5316730.270.7800.71278.9564.0417.45
Hex3510491B4E0471174011
Octal652011133116010742710021
Binary11010110000100100111011100111001000111100010111100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351049; }

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

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

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

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

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

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

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

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