Html Css Color HEX #352541 Blackcurrant

📋 copy color: '#352541'

red 53 ◦ green 37 ◦ blue 65

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

Shades of Blackcurrant #352541

Tints of Blackcurrant #352541

RGB

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

 GREEN value IS 37 (14.84% from 255) = 23.87%

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

R = 34.19%
G = 23.87%
B = 41.94%

CMYK

 C value IS 0.18

 M value IS 0.43

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#352541 (or 0x352541) is known color: Blackcurrant. HEX triplet: 35, 25 and 41. RGB value is (53,37,65). Sum of RGB (Red+Green+Blue) = 53+37+65=155 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.19% from 155); Green value is 37 (14.84% from 255 or 23.87% from 155); Blue value is 65 (25.78% from 255 or 41.94% from 155); Max value from RGB is 65 - color contains mainly: blue. Hex color #352541 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352541 is #CADABE. Grayscale: #2C2C2C. Windows color (decimal): -13294271 or 4269365. OLE color: 4269365.

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

Color convert

RGB 53 37 65 -
CMYK 0.18 0.43 0 0.75
HSL 274.29º 0.27% 0.2% -
HSV(B) 274.29º 0.43% 0.25% -
XYZ 3.08 2.46 5.31 -
YUV 44.98 139.3 133.72 -
System Red Green Blue C M Y K H S L
Decimal 53 37 65 0.18 0.43 0 0.75 274.29 0.27 0.2
Hex 35 25 41 12 2B 0 4B 112 1B 14
Octal 65 45 101 22 53 0 113 422 33 24
Binary 110101 100101 1000001 10010 101011 0 1001011 100010010 11011 10100

Color Harmonies of #352541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352541

Black with #352541

Text Example


Text Example

White with #352541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352541; }

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

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

background-color css

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

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

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

border-color css

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

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

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