Html Css Color HEX #350940 Blackcurrant

📋 copy color: '#350940'

red 53 ◦ green 9 ◦ blue 64

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

Shades of Blackcurrant #350940

Tints of Blackcurrant #350940

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.14%

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

R = 42.06%
G = 7.14%
B = 50.79%

CMYK

 C value IS 0.17

 M value IS 0.86

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#350940 (or 0x350940) is known color: Blackcurrant. HEX triplet: 35, 09 and 40. RGB value is (53,9,64). Sum of RGB (Red+Green+Blue) = 53+9+64=126 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.06% from 126); Green value is 9 (3.91% from 255 or 7.14% from 126); Blue value is 64 (25.39% from 255 or 50.79% from 126); Max value from RGB is 64 - color contains mainly: blue. Hex color #350940 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350940 is #CAF6BF. Grayscale: #1C1C1C. Windows color (decimal): -13301440 or 4196661. OLE color: 4196661.

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

Color convert

RGB 53 9 64 -
CMYK 0.17 0.86 0 0.75
HSL 288º 0.75% 0.14% -
HSV(B) 288º 0.86% 0.25% -
XYZ 2.49 1.32 4.97 -
YUV 28.43 148.08 145.53 -
System Red Green Blue C M Y K H S L
Decimal 53 9 64 0.17 0.86 0 0.75 288 0.75 0.14
Hex 35 9 40 11 56 0 4B 120 4B E
Octal 65 11 100 21 126 0 113 440 113 16
Binary 110101 1001 1000000 10001 1010110 0 1001011 100100000 1001011 1110

Color Harmonies of #350940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350940

Black with #350940

Text Example


Text Example

White with #350940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350940; }

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

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

background-color css

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

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

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

border-color css

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

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

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