Html Css Color HEX #352341 Blackcurrant

📋 copy color: '#352341'

red 53 ◦ green 35 ◦ blue 65

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

Shades of Blackcurrant #352341

Tints of Blackcurrant #352341

RGB

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

 GREEN value IS 35 (14.06% from 255) = 22.88%

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

R = 34.64%
G = 22.88%
B = 42.48%

CMYK

 C value IS 0.18

 M value IS 0.46

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#352341 (or 0x352341) is known color: Blackcurrant. HEX triplet: 35, 23 and 41. RGB value is (53,35,65). Sum of RGB (Red+Green+Blue) = 53+35+65=153 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.64% from 153); Green value is 35 (14.06% from 255 or 22.88% from 153); Blue value is 65 (25.78% from 255 or 42.48% from 153); Max value from RGB is 65 - color contains mainly: blue. Hex color #352341 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352341 is #CADCBE. Grayscale: #2B2B2B. Windows color (decimal): -13294783 or 4268853. OLE color: 4268853.

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

Color convert

RGB 53 35 65 -
CMYK 0.18 0.46 0 0.75
HSL 276º 0.3% 0.2% -
HSV(B) 276º 0.46% 0.25% -
XYZ 3.02 2.34 5.29 -
YUV 43.8 139.96 134.56 -
System Red Green Blue C M Y K H S L
Decimal 53 35 65 0.18 0.46 0 0.75 276 0.3 0.2
Hex 35 23 41 12 2E 0 4B 114 1E 14
Octal 65 43 101 22 56 0 113 424 36 24
Binary 110101 100011 1000001 10010 101110 0 1001011 100010100 11110 10100

Color Harmonies of #352341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352341

Black with #352341

Text Example


Text Example

White with #352341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352341; }

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

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

background-color css

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

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

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

border-color css

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

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

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