Html Css Color HEX #352340 Blackcurrant

📋 copy color: '#352340'

red 53 ◦ green 35 ◦ blue 64

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

Shades of Blackcurrant #352340

Tints of Blackcurrant #352340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 42.11%

R = 34.87%
G = 23.03%
B = 42.11%

CMYK

 C value IS 0.17

 M value IS 0.45

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#352340 (or 0x352340) is known color: Blackcurrant. HEX triplet: 35, 23 and 40. RGB value is (53,35,64). Sum of RGB (Red+Green+Blue) = 53+35+64=152 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.87% from 152); Green value is 35 (14.06% from 255 or 23.03% from 152); Blue value is 64 (25.39% from 255 or 42.11% from 152); Max value from RGB is 64 - color contains mainly: blue. Hex color #352340 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352340 is #CADCBF. Grayscale: #2B2B2B. Windows color (decimal): -13294784 or 4203317. OLE color: 4203317.

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

Color convert

RGB 53 35 64 -
CMYK 0.17 0.45 0 0.75
HSL 277.24º 0.29% 0.19% -
HSV(B) 277.24º 0.45% 0.25% -
XYZ 2.99 2.33 5.14 -
YUV 43.69 139.46 134.64 -
System Red Green Blue C M Y K H S L
Decimal 53 35 64 0.17 0.45 0 0.75 277.24 0.29 0.19
Hex 35 23 40 11 2D 0 4B 115 1D 13
Octal 65 43 100 21 55 0 113 425 35 23
Binary 110101 100011 1000000 10001 101101 0 1001011 100010101 11101 10011

Color Harmonies of #352340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352340

Black with #352340

Text Example


Text Example

White with #352340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352340; }

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

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

background-color css

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

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

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

border-color css

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

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

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