#352A3A

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

Shades of Blackcurrant #352A3A

Tints of Blackcurrant #352A3A

Color information

#352A3A (or 0x352A3A) is unknown color: approx Blackcurrant. HEX triplet: 35, 2A and 3A. RGB value is (53,42,58). Sum of RGB (Red+Green+Blue) = 53+42+58=153 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.64% from 153); Green value is 42 (16.80% from 255 or 27.45% from 153); Blue value is 58 (23.05% from 255 or 37.91% from 153); Max value from RGB is 58 - color contains mainly: blue. Hex color #352A3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352A3A is #CAD5C5. Grayscale: #2F2F2F. Windows color (decimal): -13292998 or 3811893. OLE color: 3811893.

HSL color Cylindrical-coordinate representation of color #352A3A: hue angle of 281.25º degrees, saturation: 0.16, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #352A3A is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB534258-
CMYK0.090.2800.77
HSL281.25º16%19.61%-
HSV(B)281.25º27.59%22.75%-
XYZ3.062.724.37-
YUV47.11134.14132.2-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 34.64%
GREEN value IS 42 (16.80% from 255) = 27.45%
BLUE value IS 58 (23.05% from 255) = 37.91%
R=34.64%
G=27.45%
B=37.91%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5342580.090.2800.77281.251619.61
Hex352A3A91C04D1191014
Octal655272113401154312024
Binary110101101010111010100111100010011011000110011000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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