Html Css Color HEX #351740 Blackcurrant

📋 copy color: '#351740'

red 53 ◦ green 23 ◦ blue 64

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

Shades of Blackcurrant #351740

Tints of Blackcurrant #351740

RGB

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

 GREEN value IS 23 (9.38% from 255) = 16.43%

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

R = 37.86%
G = 16.43%
B = 45.71%

CMYK

 C value IS 0.17

 M value IS 0.64

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#351740 (or 0x351740) is known color: Blackcurrant. HEX triplet: 35, 17 and 40. RGB value is (53,23,64). Sum of RGB (Red+Green+Blue) = 53+23+64=140 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.86% from 140); Green value is 23 (9.38% from 255 or 16.43% from 140); Blue value is 64 (25.39% from 255 or 45.71% from 140); Max value from RGB is 64 - color contains mainly: blue. Hex color #351740 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351740 is #CAE8BF. Grayscale: #242424. Windows color (decimal): -13297856 or 4200245. OLE color: 4200245.

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

Color convert

RGB 53 23 64 -
CMYK 0.17 0.64 0 0.75
HSL 283.9º 0.47% 0.17% -
HSV(B) 283.9º 0.64% 0.25% -
XYZ 2.7 1.74 5.04 -
YUV 36.64 143.44 139.67 -
System Red Green Blue C M Y K H S L
Decimal 53 23 64 0.17 0.64 0 0.75 283.9 0.47 0.17
Hex 35 17 40 11 40 0 4B 11C 2F 11
Octal 65 27 100 21 100 0 113 434 57 21
Binary 110101 10111 1000000 10001 1000000 0 1001011 100011100 101111 10001

Color Harmonies of #351740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351740

Black with #351740

Text Example


Text Example

White with #351740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351740; }

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

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

background-color css

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

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

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

border-color css

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

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

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