Html Css Color HEX #352240 Blackcurrant

📋 copy color: '#352240'

red 53 ◦ green 34 ◦ blue 64

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

Shades of Blackcurrant #352240

Tints of Blackcurrant #352240

RGB

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

 GREEN value IS 34 (13.67% from 255) = 22.52%

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

R = 35.1%
G = 22.52%
B = 42.38%

CMYK

 C value IS 0.17

 M value IS 0.47

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#352240 (or 0x352240) is known color: Blackcurrant. HEX triplet: 35, 22 and 40. RGB value is (53,34,64). Sum of RGB (Red+Green+Blue) = 53+34+64=151 (20% of max value = 765). Red value is 53 (21.09% from 255 or 35.10% from 151); Green value is 34 (13.67% from 255 or 22.52% from 151); Blue value is 64 (25.39% from 255 or 42.38% from 151); Max value from RGB is 64 - color contains mainly: blue. Hex color #352240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352240 is #CADDBF. Grayscale: #2A2A2A. Windows color (decimal): -13295040 or 4203061. OLE color: 4203061.

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

Color convert

RGB 53 34 64 -
CMYK 0.17 0.47 0 0.75
HSL 278º 0.31% 0.19% -
HSV(B) 278º 0.47% 0.25% -
XYZ 2.97 2.27 5.13 -
YUV 43.1 139.79 135.06 -
System Red Green Blue C M Y K H S L
Decimal 53 34 64 0.17 0.47 0 0.75 278 0.31 0.19
Hex 35 22 40 11 2F 0 4B 116 1F 13
Octal 65 42 100 21 57 0 113 426 37 23
Binary 110101 100010 1000000 10001 101111 0 1001011 100010110 11111 10011

Color Harmonies of #352240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352240

Black with #352240

Text Example


Text Example

White with #352240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352240; }

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

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

background-color css

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

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

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

border-color css

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

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

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