#351640

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

Shades of Blackcurrant #351640

Tints of Blackcurrant #351640

Color information

#351640 (or 0x351640) is unknown color: approx Blackcurrant. HEX triplet: 35, 16 and 40. RGB value is (53,22,64). Sum of RGB (Red+Green+Blue) = 53+22+64=139 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.13% from 139); Green value is 22 (8.98% from 255 or 15.83% from 139); Blue value is 64 (25.39% from 255 or 46.04% from 139); Max value from RGB is 64 - color contains mainly: blue. Hex color #351640 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351640 is #CAE9BF. Grayscale: #232323. Windows color (decimal): -13298112 or 4199989. OLE color: 4199989.

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

Color convert

RGB532264-
CMYK0.170.6600.75
HSL284.29º48.84%16.86%-
HSV(B)284.29º65.62%25.1%-
XYZ2.681.75.04-
YUV36.06143.77140.08-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 38.13%
GREEN value IS 22 (8.98% from 255) = 15.83%
BLUE value IS 64 (25.39% from 255) = 46.04%
R=38.13%
G=15.83%
B=46.04%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5322640.170.6600.75284.2948.8416.86
Hex351640114204B11c3111
Octal65261002110201134346121
Binary1101011011010000001000110000100100101110001110011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351640; }

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

 H1.HeaderClassName
 {
   color: #351640;
 }
 .AnyTagClassName
 {
   color: #351640;
 }
</style>
background-color css

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

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

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

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

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

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