#352A39

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

Shades of Blackcurrant #352A39

Tints of Blackcurrant #352A39

Color information

#352A39 (or 0x352A39) is unknown color: approx Blackcurrant. HEX triplet: 35, 2A and 39. RGB value is (53,42,57). Sum of RGB (Red+Green+Blue) = 53+42+57=152 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.87% from 152); Green value is 42 (16.80% from 255 or 27.63% from 152); Blue value is 57 (22.66% from 255 or 37.5% from 152); Max value from RGB is 57 - color contains mainly: blue. Hex color #352A39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352A39 is #CAD5C6. Grayscale: #2E2E2E. Windows color (decimal): -13292999 or 3746357. OLE color: 3746357.

HSL color Cylindrical-coordinate representation of color #352A39: hue angle of 284º degrees, saturation: 0.15, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #352A39 is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB534257-
CMYK0.070.2600.78
HSL284º15.15%19.41%-
HSV(B)284º26.32%22.35%-
XYZ3.032.714.23-
YUV47133.64132.28-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 34.87%
GREEN value IS 42 (16.80% from 255) = 27.63%
BLUE value IS 57 (22.66% from 255) = 37.5%
R=34.87%
G=27.63%
B=37.5%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5342570.070.2600.7828415.1519.41
Hex352A3971A04E11cf13
Octal65527173201164341723
Binary1101011010101110011111101001001110100011100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352A39; }

 p { color: rgb(53,42,57); }

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

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

 a { background-color: rgb(53,42,57); }

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

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

 span { border-color: rgb(53,42,57); }

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