Html Css Color HEX #352041 Blackcurrant

📋 copy color: '#352041'

red 53 ◦ green 32 ◦ blue 65

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

Shades of Blackcurrant #352041

Tints of Blackcurrant #352041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 43.33%

R = 35.33%
G = 21.33%
B = 43.33%

CMYK

 C value IS 0.18

 M value IS 0.51

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#352041 (or 0x352041) is known color: Blackcurrant. HEX triplet: 35, 20 and 41. RGB value is (53,32,65). Sum of RGB (Red+Green+Blue) = 53+32+65=150 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.33% from 150); Green value is 32 (12.89% from 255 or 21.33% from 150); Blue value is 65 (25.78% from 255 or 43.33% from 150); Max value from RGB is 65 - color contains mainly: blue. Hex color #352041 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352041 is #CADFBE. Grayscale: #292929. Windows color (decimal): -13295551 or 4268085. OLE color: 4268085.

HSL color Cylindrical-coordinate representation of color #352041: hue angle of 278.18º degrees, saturation: 0.34, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #352041 is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 53 32 65 -
CMYK 0.18 0.51 0 0.75
HSL 278.18º 0.34% 0.19% -
HSV(B) 278.18º 0.51% 0.25% -
XYZ 2.94 2.17 5.27 -
YUV 42.04 140.96 135.82 -
System Red Green Blue C M Y K H S L
Decimal 53 32 65 0.18 0.51 0 0.75 278.18 0.34 0.19
Hex 35 20 41 12 33 0 4B 116 22 13
Octal 65 40 101 22 63 0 113 426 42 23
Binary 110101 100000 1000001 10010 110011 0 1001011 100010110 100010 10011

Color Harmonies of #352041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352041

Black with #352041

Text Example


Text Example

White with #352041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352041; }

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

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

background-color css

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

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

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

border-color css

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

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

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