#352047

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

Shades of Blackcurrant #352047

Tints of Blackcurrant #352047

Color information

#352047 (or 0x352047) is unknown color: approx Blackcurrant. HEX triplet: 35, 20 and 47. RGB value is (53,32,71). Sum of RGB (Red+Green+Blue) = 53+32+71=156 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.97% from 156); Green value is 32 (12.89% from 255 or 20.51% from 156); Blue value is 71 (28.12% from 255 or 45.51% from 156); Max value from RGB is 71 - color contains mainly: blue. Hex color #352047 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352047 is #CADFB8. Grayscale: #2A2A2A. Windows color (decimal): -13295545 or 4661301. OLE color: 4661301.

HSL color Cylindrical-coordinate representation of color #352047: hue angle of 272.31º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #352047 is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB533271-
CMYK0.250.5500.72
HSL272.31º37.86%20.2%-
HSV(B)272.31º54.93%27.84%-
XYZ3.122.246.23-
YUV42.72143.96135.33-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.97%
GREEN value IS 32 (12.89% from 255) = 20.51%
BLUE value IS 71 (28.12% from 255) = 45.51%
R=33.97%
G=20.51%
B=45.51%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5332710.250.5500.72272.3137.8620.2
Hex35204719370481102614
Octal6540107316701104204624
Binary1101011000001000111110011101110100100010001000010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352047; }

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

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

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

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

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

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

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

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