#350352

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

Shades of Blackcurrant #350352

Tints of Blackcurrant #350352

Color information

#350352 (or 0x350352) is unknown color: approx Blackcurrant. HEX triplet: 35, 03 and 52. RGB value is (53,3,82). Sum of RGB (Red+Green+Blue) = 53+3+82=138 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.41% from 138); Green value is 3 (1.56% from 255 or 2.17% from 138); Blue value is 82 (32.42% from 255 or 59.42% from 138); Max value from RGB is 82 - color contains mainly: blue. Hex color #350352 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350352 is #CAFCAD. Grayscale: #1A1A1A. Windows color (decimal): -13302958 or 5374773. OLE color: 5374773.

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

Color convert

RGB53382-
CMYK0.350.9600.68
HSL277.97º92.94%16.67%-
HSV(B)277.97º96.34%32.16%-
XYZ3.021.438.1-
YUV26.96159.06146.58-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 38.41%
GREEN value IS 3 (1.56% from 255) = 2.17%
BLUE value IS 82 (32.42% from 255) = 59.42%
R=38.41%
G=2.17%
B=59.42%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal533820.350.9600.68277.9792.9416.67
Hex3535223600441165d11
Octal65312243140010442613521
Binary110101111010010100011110000001000100100010110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350352; }

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

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

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

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

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

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

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

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