Html Css Color HEX #352141 Blackcurrant

📋 copy color: '#352141'

red 53 ◦ green 33 ◦ blue 65

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

Shades of Blackcurrant #352141

Tints of Blackcurrant #352141

RGB

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

 GREEN value IS 33 (13.28% from 255) = 21.85%

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

R = 35.1%
G = 21.85%
B = 43.05%

CMYK

 C value IS 0.18

 M value IS 0.49

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#352141 (or 0x352141) is known color: Blackcurrant. HEX triplet: 35, 21 and 41. RGB value is (53,33,65). Sum of RGB (Red+Green+Blue) = 53+33+65=151 (20% of max value = 765). Red value is 53 (21.09% from 255 or 35.10% from 151); Green value is 33 (13.28% from 255 or 21.85% from 151); Blue value is 65 (25.78% from 255 or 43.05% from 151); Max value from RGB is 65 - color contains mainly: blue. Hex color #352141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352141 is #CADEBE. Grayscale: #2A2A2A. Windows color (decimal): -13295295 or 4268341. OLE color: 4268341.

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

Color convert

RGB 53 33 65 -
CMYK 0.18 0.49 0 0.75
HSL 277.5º 0.33% 0.19% -
HSV(B) 277.5º 0.49% 0.25% -
XYZ 2.97 2.23 5.27 -
YUV 42.63 140.63 135.4 -
System Red Green Blue C M Y K H S L
Decimal 53 33 65 0.18 0.49 0 0.75 277.5 0.33 0.19
Hex 35 21 41 12 31 0 4B 116 21 13
Octal 65 41 101 22 61 0 113 426 41 23
Binary 110101 100001 1000001 10010 110001 0 1001011 100010110 100001 10011

Color Harmonies of #352141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352141

Black with #352141

Text Example


Text Example

White with #352141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352141; }

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

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

background-color css

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

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

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

border-color css

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

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

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