#352243

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

Shades of Blackcurrant #352243

Tints of Blackcurrant #352243

Color information

#352243 (or 0x352243) is unknown color: approx Blackcurrant. HEX triplet: 35, 22 and 43. RGB value is (53,34,67). Sum of RGB (Red+Green+Blue) = 53+34+67=154 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.42% from 154); Green value is 34 (13.67% from 255 or 22.08% from 154); Blue value is 67 (26.56% from 255 or 43.51% from 154); Max value from RGB is 67 - color contains mainly: blue. Hex color #352243 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352243 is #CADDBC. Grayscale: #2B2B2B. Windows color (decimal): -13295037 or 4399669. OLE color: 4399669.

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

Color convert

RGB533467-
CMYK0.210.4900.74
HSL274.55º32.67%19.8%-
HSV(B)274.55º49.25%26.27%-
XYZ3.052.315.59-
YUV43.44141.29134.82-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 34.42%
GREEN value IS 34 (13.67% from 255) = 22.08%
BLUE value IS 67 (26.56% from 255) = 43.51%
R=34.42%
G=22.08%
B=43.51%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5334670.210.4900.74274.5532.6719.8
Hex352243153104A1132114
Octal6542103256101124234124
Binary1101011000101000011101011100010100101010001001110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352243; }

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

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

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

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

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

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

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

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