#351945

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

Shades of Blackcurrant #351945

Tints of Blackcurrant #351945

Color information

#351945 (or 0x351945) is unknown color: approx Blackcurrant. HEX triplet: 35, 19 and 45. RGB value is (53,25,69). Sum of RGB (Red+Green+Blue) = 53+25+69=147 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.05% from 147); Green value is 25 (10.16% from 255 or 17.01% from 147); Blue value is 69 (27.34% from 255 or 46.94% from 147); Max value from RGB is 69 - color contains mainly: blue. Hex color #351945 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351945 is #CAE6BA. Grayscale: #262626. Windows color (decimal): -13297339 or 4528437. OLE color: 4528437.

HSL color Cylindrical-coordinate representation of color #351945: hue angle of 278.18º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #351945 is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB532569-
CMYK0.230.6400.73
HSL278.18º46.81%18.43%-
HSV(B)278.18º63.77%27.06%-
XYZ2.891.885.84-
YUV38.39145.28138.42-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.05%
GREEN value IS 25 (10.16% from 255) = 17.01%
BLUE value IS 69 (27.34% from 255) = 46.94%
R=36.05%
G=17.01%
B=46.94%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5325690.230.6400.73278.1846.8118.43
Hex35194517400491162f12
Octal65311052710001114265722
Binary1101011100110001011011110000000100100110001011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351945; }

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

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

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

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

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

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

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

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