#351040

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

Shades of Blackcurrant #351040

Tints of Blackcurrant #351040

Color information

#351040 (or 0x351040) is unknown color: approx Blackcurrant. HEX triplet: 35, 10 and 40. RGB value is (53,16,64). Sum of RGB (Red+Green+Blue) = 53+16+64=133 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.85% from 133); Green value is 16 (6.64% from 255 or 12.03% from 133); Blue value is 64 (25.39% from 255 or 48.12% from 133); Max value from RGB is 64 - color contains mainly: blue. Hex color #351040 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351040 is #CAEFBF. Grayscale: #202020. Windows color (decimal): -13299648 or 4198453. OLE color: 4198453.

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

Color convert

RGB531664-
CMYK0.170.7500.75
HSL286.25º60%15.69%-
HSV(B)286.25º75%25.1%-
XYZ2.581.55-
YUV32.53145.76142.6-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 39.85%
GREEN value IS 16 (6.64% from 255) = 12.03%
BLUE value IS 64 (25.39% from 255) = 48.12%
R=39.85%
G=12.03%
B=48.12%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5316640.170.7500.75286.256015.69
Hex351040114B04B11e3c10
Octal65201002111301134367420
Binary1101011000010000001000110010110100101110001111011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351040; }

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

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

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

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

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

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

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

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