#350440

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

Shades of Blackcurrant #350440

Tints of Blackcurrant #350440

Color information

#350440 (or 0x350440) is unknown color: approx Blackcurrant. HEX triplet: 35, 04 and 40. RGB value is (53,4,64). Sum of RGB (Red+Green+Blue) = 53+4+64=121 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.80% from 121); Green value is 4 (1.95% from 255 or 3.31% from 121); Blue value is 64 (25.39% from 255 or 52.89% from 121); Max value from RGB is 64 - color contains mainly: blue. Hex color #350440 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350440 is #CAFBBF. Grayscale: #191919. Windows color (decimal): -13302720 or 4195381. OLE color: 4195381.

HSL color Cylindrical-coordinate representation of color #350440: hue angle of 289º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #350440 is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB53464-
CMYK0.170.9400.75
HSL289º88.24%13.33%-
HSV(B)289º93.75%25.1%-
XYZ2.441.214.96-
YUV25.49149.73147.62-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 43.80%
GREEN value IS 4 (1.95% from 255) = 3.31%
BLUE value IS 64 (25.39% from 255) = 52.89%
R=43.80%
G=3.31%
B=52.89%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal534640.170.9400.7528988.2413.33
Hex35440115E04B12158d
Octal65410021136011344113015
Binary11010110010000001000110111100100101110010000110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350440; }

 p { color: rgb(53,4,64); }

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

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

 a { background-color: rgb(53,4,64); }

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

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

 span { border-color: rgb(53,4,64); }

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