Html Css Color HEX #352046 Blackcurrant

📋 copy color: '#352046'

red 53 ◦ green 32 ◦ blue 70

#352046
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #352046

Tints of Blackcurrant #352046

RGB

 RED value IS 53 (21.09% from 255) = 34.19%

 GREEN value IS 32 (12.89% from 255) = 20.65%

 BLUE value IS 70 (27.73% from 255) = 45.16%

R = 34.19%
G = 20.65%
B = 45.16%

CMYK

 C value IS 0.24

 M value IS 0.54

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#352046 (or 0x352046) is known color: Blackcurrant. HEX triplet: 35, 20 and 46. RGB value is (53,32,70). Sum of RGB (Red+Green+Blue) = 53+32+70=155 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.19% from 155); Green value is 32 (12.89% from 255 or 20.65% from 155); Blue value is 70 (27.73% from 255 or 45.16% from 155); Max value from RGB is 70 - color contains mainly: blue. Hex color #352046 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352046 is #CADFB9. Grayscale: #2A2A2A. Windows color (decimal): -13295546 or 4595765. OLE color: 4595765.

HSL color Cylindrical-coordinate representation of color #352046: hue angle of 273.16º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #352046 is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 53 32 70 -
CMYK 0.24 0.54 0 0.73
HSL 273.16º 0.37% 0.2% -
HSV(B) 273.16º 0.54% 0.27% -
XYZ 3.09 2.23 6.06 -
YUV 42.61 143.46 135.41 -
System Red Green Blue C M Y K H S L
Decimal 53 32 70 0.24 0.54 0 0.73 273.16 0.37 0.2
Hex 35 20 46 18 36 0 49 111 25 14
Octal 65 40 106 30 66 0 111 421 45 24
Binary 110101 100000 1000110 11000 110110 0 1001001 100010001 100101 10100

Color Harmonies of #352046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352046

Black with #352046

Text Example


Text Example

White with #352046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352046; }

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

 H1.HeaderClassName
 {
   color: #352046;
 }
 .AnyTagClassName
 {
   color: #352046;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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