#352242

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

Shades of Blackcurrant #352242

Tints of Blackcurrant #352242

Color information

#352242 (or 0x352242) is unknown color: approx Blackcurrant. HEX triplet: 35, 22 and 42. RGB value is (53,34,66). Sum of RGB (Red+Green+Blue) = 53+34+66=153 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.64% from 153); Green value is 34 (13.67% from 255 or 22.22% from 153); Blue value is 66 (26.17% from 255 or 43.14% from 153); Max value from RGB is 66 - color contains mainly: blue. Hex color #352242 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352242 is #CADDBD. Grayscale: #2B2B2B. Windows color (decimal): -13295038 or 4334133. OLE color: 4334133.

HSL color Cylindrical-coordinate representation of color #352242: hue angle of 275.62º degrees, saturation: 0.32, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #352242 is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB533466-
CMYK0.200.4800.74
HSL275.62º32%19.61%-
HSV(B)275.62º48.48%25.88%-
XYZ3.022.295.44-
YUV43.33140.79134.9-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 34.64%
GREEN value IS 34 (13.67% from 255) = 22.22%
BLUE value IS 66 (26.17% from 255) = 43.14%
R=34.64%
G=22.22%
B=43.14%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5334660.200.4800.74275.623219.61
Hex352242143004A1142014
Octal6542102246001124244024
Binary1101011000101000010101001100000100101010001010010000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352242; }

 p { color: rgb(53,34,66); }

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

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

 a { background-color: rgb(53,34,66); }

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

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

 span { border-color: rgb(53,34,66); }

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