#351152

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

Shades of Blackcurrant #351152

Tints of Blackcurrant #351152

Color information

#351152 (or 0x351152) is unknown color: approx Blackcurrant. HEX triplet: 35, 11 and 52. RGB value is (53,17,82). Sum of RGB (Red+Green+Blue) = 53+17+82=152 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.87% from 152); Green value is 17 (7.03% from 255 or 11.18% from 152); Blue value is 82 (32.42% from 255 or 53.95% from 152); Max value from RGB is 82 - color contains mainly: blue. Hex color #351152 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351152 is #CAEEAD. Grayscale: #222222. Windows color (decimal): -13299374 or 5378357. OLE color: 5378357.

HSL color Cylindrical-coordinate representation of color #351152: hue angle of 273.23º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #351152 is Cyan = 0.35, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB531782-
CMYK0.350.7900.68
HSL273.23º65.66%19.41%-
HSV(B)273.23º79.27%32.16%-
XYZ3.191.778.16-
YUV35.17154.43140.71-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 34.87%
GREEN value IS 17 (7.03% from 255) = 11.18%
BLUE value IS 82 (32.42% from 255) = 53.95%
R=34.87%
G=11.18%
B=53.95%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5317820.350.7900.68273.2365.6619.41
Hex351152234F0441114213
Octal652112243117010442110223
Binary110101100011010010100011100111101000100100010001100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351152; }

 p { color: rgb(53,17,82); }

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

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

 a { background-color: rgb(53,17,82); }

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

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

 span { border-color: rgb(53,17,82); }

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