Html Css Color HEX #352140 Blackcurrant

📋 copy color: '#352140'

red 53 ◦ green 33 ◦ blue 64

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

Shades of Blackcurrant #352140

Tints of Blackcurrant #352140

RGB

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

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

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

R = 35.33%
G = 22%
B = 42.67%

CMYK

 C value IS 0.17

 M value IS 0.48

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#352140 (or 0x352140) is known color: Blackcurrant. HEX triplet: 35, 21 and 40. RGB value is (53,33,64). Sum of RGB (Red+Green+Blue) = 53+33+64=150 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.33% from 150); Green value is 33 (13.28% from 255 or 22% from 150); Blue value is 64 (25.39% from 255 or 42.67% from 150); Max value from RGB is 64 - color contains mainly: blue. Hex color #352140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352140 is #CADEBF. Grayscale: #2A2A2A. Windows color (decimal): -13295296 or 4202805. OLE color: 4202805.

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

Color convert

RGB 53 33 64 -
CMYK 0.17 0.48 0 0.75
HSL 278.71º 0.32% 0.19% -
HSV(B) 278.71º 0.48% 0.25% -
XYZ 2.94 2.21 5.12 -
YUV 42.51 140.13 135.48 -
System Red Green Blue C M Y K H S L
Decimal 53 33 64 0.17 0.48 0 0.75 278.71 0.32 0.19
Hex 35 21 40 11 30 0 4B 117 20 13
Octal 65 41 100 21 60 0 113 427 40 23
Binary 110101 100001 1000000 10001 110000 0 1001011 100010111 100000 10011

Color Harmonies of #352140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352140

Black with #352140

Text Example


Text Example

White with #352140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352140; }

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

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

background-color css

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

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

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

border-color css

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

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

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