#351944

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

Shades of Blackcurrant #351944

Tints of Blackcurrant #351944

Color information

#351944 (or 0x351944) is unknown color: approx Blackcurrant. HEX triplet: 35, 19 and 44. RGB value is (53,25,68). Sum of RGB (Red+Green+Blue) = 53+25+68=146 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.30% from 146); Green value is 25 (10.16% from 255 or 17.12% from 146); Blue value is 68 (26.95% from 255 or 46.58% from 146); Max value from RGB is 68 - color contains mainly: blue. Hex color #351944 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351944 is #CAE6BB. Grayscale: #262626. Windows color (decimal): -13297340 or 4462901. OLE color: 4462901.

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

Color convert

RGB532568-
CMYK0.220.6300.73
HSL279.07º46.24%18.24%-
HSV(B)279.07º63.24%26.67%-
XYZ2.861.875.68-
YUV38.27144.78138.5-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.30%
GREEN value IS 25 (10.16% from 255) = 17.12%
BLUE value IS 68 (26.95% from 255) = 46.58%
R=36.30%
G=17.12%
B=46.58%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5325680.220.6300.73279.0746.2418.24
Hex351944163F0491172e12
Octal6531104267701114275622
Binary110101110011000100101101111110100100110001011110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351944; }

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

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

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

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

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

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

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

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