Html Css Color HEX #352146 Blackcurrant

📋 copy color: '#352146'

red 53 ◦ green 33 ◦ blue 70

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

Shades of Blackcurrant #352146

Tints of Blackcurrant #352146

RGB

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

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

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

R = 33.97%
G = 21.15%
B = 44.87%

CMYK

 C value IS 0.24

 M value IS 0.53

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#352146 (or 0x352146) is known color: Blackcurrant. HEX triplet: 35, 21 and 46. RGB value is (53,33,70). Sum of RGB (Red+Green+Blue) = 53+33+70=156 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.97% from 156); Green value is 33 (13.28% from 255 or 21.15% from 156); Blue value is 70 (27.73% from 255 or 44.87% from 156); Max value from RGB is 70 - color contains mainly: blue. Hex color #352146 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352146 is #CADEB9. Grayscale: #2B2B2B. Windows color (decimal): -13295290 or 4596021. OLE color: 4596021.

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

Color convert

RGB 53 33 70 -
CMYK 0.24 0.53 0 0.73
HSL 272.43º 0.36% 0.2% -
HSV(B) 272.43º 0.53% 0.27% -
XYZ 3.12 2.29 6.07 -
YUV 43.2 143.13 134.99 -
System Red Green Blue C M Y K H S L
Decimal 53 33 70 0.24 0.53 0 0.73 272.43 0.36 0.2
Hex 35 21 46 18 35 0 49 110 24 14
Octal 65 41 106 30 65 0 111 420 44 24
Binary 110101 100001 1000110 11000 110101 0 1001001 100010000 100100 10100

Color Harmonies of #352146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352146

Black with #352146

Text Example


Text Example

White with #352146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352146; }

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

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

background-color css

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

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

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

border-color css

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

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

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