#352146

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

Shades of Blackcurrant #352146

Tints of Blackcurrant #352146

Color information

#352146 (or 0x352146) is unknown color: approx Blackcurrant. HEX triplet: 35, 21 and 46. RGB value is (53,33,70). Sum of RGB (Red+Green+Blue) = 53+33+70=156 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.97% from 156); Green value is 33 (13.28% from 255 or 21.15% from 156); Blue value is 70 (27.73% from 255 or 44.87% from 156); Max value from RGB is 70 - color contains mainly: blue. Hex color #352146 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352146 is #CADEB9. Grayscale: #2B2B2B. Windows color (decimal): -13295290 or 4596021. OLE color: 4596021.

HSL color Cylindrical-coordinate representation of color #352146: hue angle of 272.43º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #352146 is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB533370-
CMYK0.240.5300.73
HSL272.43º35.92%20.2%-
HSV(B)272.43º52.86%27.45%-
XYZ3.122.296.07-
YUV43.2143.13134.99-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.97%
GREEN value IS 33 (13.28% from 255) = 21.15%
BLUE value IS 70 (27.73% from 255) = 44.87%
R=33.97%
G=21.15%
B=44.87%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5333700.240.5300.73272.4335.9220.2
Hex35214618350491102414
Octal6541106306501114204424
Binary1101011000011000110110001101010100100110001000010010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352146; }

 p { color: rgb(53,33,70); }

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

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

 a { background-color: rgb(53,33,70); }

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

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

 span { border-color: rgb(53,33,70); }

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