#351053

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

Shades of Blackcurrant #351053

Tints of Blackcurrant #351053

Color information

#351053 (or 0x351053) is unknown color: approx Blackcurrant. HEX triplet: 35, 10 and 53. RGB value is (53,16,83). Sum of RGB (Red+Green+Blue) = 53+16+83=152 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.87% from 152); Green value is 16 (6.64% from 255 or 10.53% from 152); Blue value is 83 (32.81% from 255 or 54.61% from 152); Max value from RGB is 83 - color contains mainly: blue. Hex color #351053 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351053 is #CAEFAC. Grayscale: #222222. Windows color (decimal): -13299629 or 5443637. OLE color: 5443637.

HSL color Cylindrical-coordinate representation of color #351053: hue angle of 273.13º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #351053 is Cyan = 0.36, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB531683-
CMYK0.360.8100.67
HSL273.13º67.68%19.41%-
HSV(B)273.13º80.72%32.55%-
XYZ3.211.758.35-
YUV34.7155.26141.05-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 34.87%
GREEN value IS 16 (6.64% from 255) = 10.53%
BLUE value IS 83 (32.81% from 255) = 54.61%
R=34.87%
G=10.53%
B=54.61%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5316830.360.8100.67273.1367.6819.41
Hex35105324510431114413
Octal652012344121010342110423
Binary110101100001010011100100101000101000011100010001100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351053; }

 p { color: rgb(53,16,83); }

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

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

 a { background-color: rgb(53,16,83); }

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

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

 span { border-color: rgb(53,16,83); }

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