#351949

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

Shades of Blackcurrant #351949

Tints of Blackcurrant #351949

Color information

#351949 (or 0x351949) is unknown color: approx Blackcurrant. HEX triplet: 35, 19 and 49. RGB value is (53,25,73). Sum of RGB (Red+Green+Blue) = 53+25+73=151 (20% of max value = 765). Red value is 53 (21.09% from 255 or 35.10% from 151); Green value is 25 (10.16% from 255 or 16.56% from 151); Blue value is 73 (28.91% from 255 or 48.34% from 151); Max value from RGB is 73 - color contains mainly: blue. Hex color #351949 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351949 is #CAE6B6. Grayscale: #262626. Windows color (decimal): -13297335 or 4790581. OLE color: 4790581.

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

Color convert

RGB532573-
CMYK0.270.6600.71
HSL275º48.98%19.22%-
HSV(B)275º65.75%28.63%-
XYZ3.021.936.52-
YUV38.84147.28138.1-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 35.10%
GREEN value IS 25 (10.16% from 255) = 16.56%
BLUE value IS 73 (28.91% from 255) = 48.34%
R=35.10%
G=16.56%
B=48.34%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5325730.270.6600.7127548.9819.22
Hex3519491B420471133113
Octal65311113310201074236123
Binary1101011100110010011101110000100100011110001001111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351949; }

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

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

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

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

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

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

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

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