#350543

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

Shades of Blackcurrant #350543

Tints of Blackcurrant #350543

Color information

#350543 (or 0x350543) is unknown color: approx Blackcurrant. HEX triplet: 35, 05 and 43. RGB value is (53,5,67). Sum of RGB (Red+Green+Blue) = 53+5+67=125 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.4% from 125); Green value is 5 (2.34% from 255 or 4% from 125); Blue value is 67 (26.56% from 255 or 53.6% from 125); Max value from RGB is 67 - color contains mainly: blue. Hex color #350543 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350543 is #CAFABC. Grayscale: #1A1A1A. Windows color (decimal): -13302461 or 4392245. OLE color: 4392245.

HSL color Cylindrical-coordinate representation of color #350543: hue angle of 286.45º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #350543 is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB53567-
CMYK0.210.9300.74
HSL286.45º86.11%14.12%-
HSV(B)286.45º92.54%26.27%-
XYZ2.541.275.42-
YUV26.42150.9146.96-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 42.4%
GREEN value IS 5 (2.34% from 255) = 4%
BLUE value IS 67 (26.56% from 255) = 53.6%
R=42.4%
G=4%
B=53.6%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal535670.210.9300.74286.4586.1114.12
Hex35543155D04A11e56e
Octal65510325135011243612616
Binary11010110110000111010110111010100101010001111010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350543; }

 p { color: rgb(53,5,67); }

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

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

 a { background-color: rgb(53,5,67); }

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

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

 span { border-color: rgb(53,5,67); }

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