#351740

Color #351740 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #351740

Tints of Blackcurrant #351740

Color information

#351740 (or 0x351740) is unknown color: approx 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

RGB532364-
CMYK0.170.6400.75
HSL283.9º47.13%17.06%-
HSV(B)283.9º64.06%25.1%-
XYZ2.71.745.04-
YUV36.64143.44139.67-

RGB Variations

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

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 (Cyan) values IS 0.17
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5323640.170.6400.75283.947.1317.06
Hex351740114004B11c2f11
Octal65271002110001134345721
Binary1101011011110000001000110000000100101110001110010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>