Html Css Color HEX #352640 Blackcurrant

📋 copy color: '#352640'

red 53 ◦ green 38 ◦ blue 64

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

Shades of Blackcurrant #352640

Tints of Blackcurrant #352640

RGB

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

 GREEN value IS 38 (15.23% from 255) = 24.52%

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

R = 34.19%
G = 24.52%
B = 41.29%

CMYK

 C value IS 0.17

 M value IS 0.41

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#352640 (or 0x352640) is known color: Blackcurrant. HEX triplet: 35, 26 and 40. RGB value is (53,38,64). Sum of RGB (Red+Green+Blue) = 53+38+64=155 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.19% from 155); Green value is 38 (15.23% from 255 or 24.52% from 155); Blue value is 64 (25.39% from 255 or 41.29% from 155); Max value from RGB is 64 - color contains mainly: blue. Hex color #352640 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352640 is #CAD9BF. Grayscale: #2D2D2D. Windows color (decimal): -13294016 or 4204085. OLE color: 4204085.

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

Color convert

RGB 53 38 64 -
CMYK 0.17 0.41 0 0.75
HSL 274.62º 0.25% 0.2% -
HSV(B) 274.62º 0.41% 0.25% -
XYZ 3.09 2.51 5.17 -
YUV 45.45 138.47 133.39 -
System Red Green Blue C M Y K H S L
Decimal 53 38 64 0.17 0.41 0 0.75 274.62 0.25 0.2
Hex 35 26 40 11 29 0 4B 113 19 14
Octal 65 46 100 21 51 0 113 423 31 24
Binary 110101 100110 1000000 10001 101001 0 1001011 100010011 11001 10100

Color Harmonies of #352640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352640

Black with #352640

Text Example


Text Example

White with #352640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352640; }

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

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

background-color css

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

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

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

border-color css

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

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

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