#351352

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

Shades of Blackcurrant #351352

Tints of Blackcurrant #351352

Color information

#351352 (or 0x351352) is unknown color: approx Blackcurrant. HEX triplet: 35, 13 and 52. RGB value is (53,19,82). Sum of RGB (Red+Green+Blue) = 53+19+82=154 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.42% from 154); Green value is 19 (7.81% from 255 or 12.34% from 154); Blue value is 82 (32.42% from 255 or 53.25% from 154); Max value from RGB is 82 - color contains mainly: blue. Hex color #351352 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351352 is #CAECAD. Grayscale: #242424. Windows color (decimal): -13298862 or 5378869. OLE color: 5378869.

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

Color convert

RGB531982-
CMYK0.350.7700.68
HSL272.38º62.38%19.8%-
HSV(B)272.38º76.83%32.16%-
XYZ3.221.838.17-
YUV36.35153.76139.88-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 34.42%
GREEN value IS 19 (7.81% from 255) = 12.34%
BLUE value IS 82 (32.42% from 255) = 53.25%
R=34.42%
G=12.34%
B=53.25%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5319820.350.7700.68272.3862.3819.8
Hex351352234D0441103e14
Octal65231224311501044207624
Binary11010110011101001010001110011010100010010001000011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351352; }

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

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

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

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

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

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

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

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