#352043

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

Shades of Blackcurrant #352043

Tints of Blackcurrant #352043

Color information

#352043 (or 0x352043) is unknown color: approx Blackcurrant. HEX triplet: 35, 20 and 43. RGB value is (53,32,67). Sum of RGB (Red+Green+Blue) = 53+32+67=152 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.87% from 152); Green value is 32 (12.89% from 255 or 21.05% from 152); Blue value is 67 (26.56% from 255 or 44.08% from 152); Max value from RGB is 67 - color contains mainly: blue. Hex color #352043 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352043 is #CADFBC. Grayscale: #2A2A2A. Windows color (decimal): -13295549 or 4399157. OLE color: 4399157.

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

Color convert

RGB533267-
CMYK0.210.5200.74
HSL276º35.35%19.41%-
HSV(B)276º52.24%26.27%-
XYZ32.25.58-
YUV42.27141.96135.65-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 34.87%
GREEN value IS 32 (12.89% from 255) = 21.05%
BLUE value IS 67 (26.56% from 255) = 44.08%
R=34.87%
G=21.05%
B=44.08%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5332670.210.5200.7427635.3519.41
Hex352043153404A1142313
Octal6540103256401124244323
Binary1101011000001000011101011101000100101010001010010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352043; }

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

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

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

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

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

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

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

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