Html Css Color HEX #350740 Blackcurrant

📋 copy color: '#350740'

red 53 ◦ green 7 ◦ blue 64

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

Shades of Blackcurrant #350740

Tints of Blackcurrant #350740

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.65%

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

R = 42.74%
G = 5.65%
B = 51.61%

CMYK

 C value IS 0.17

 M value IS 0.89

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#350740 (or 0x350740) is known color: Blackcurrant. HEX triplet: 35, 07 and 40. RGB value is (53,7,64). Sum of RGB (Red+Green+Blue) = 53+7+64=124 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.74% from 124); Green value is 7 (3.12% from 255 or 5.65% from 124); Blue value is 64 (25.39% from 255 or 51.61% from 124); Max value from RGB is 64 - color contains mainly: blue. Hex color #350740 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350740 is #CAF8BF. Grayscale: #1B1B1B. Windows color (decimal): -13301952 or 4196149. OLE color: 4196149.

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

Color convert

RGB 53 7 64 -
CMYK 0.17 0.89 0 0.75
HSL 288.42º 0.8% 0.14% -
HSV(B) 288.42º 0.89% 0.25% -
XYZ 2.47 1.28 4.97 -
YUV 27.25 148.74 146.37 -
System Red Green Blue C M Y K H S L
Decimal 53 7 64 0.17 0.89 0 0.75 288.42 0.8 0.14
Hex 35 7 40 11 59 0 4B 120 50 E
Octal 65 7 100 21 131 0 113 440 120 16
Binary 110101 111 1000000 10001 1011001 0 1001011 100100000 1010000 1110

Color Harmonies of #350740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350740

Black with #350740

Text Example


Text Example

White with #350740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350740; }

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

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

background-color css

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

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

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

border-color css

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

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

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