#350940

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

Shades of Blackcurrant #350940

Tints of Blackcurrant #350940

Color information

#350940 (or 0x350940) is unknown color: approx Blackcurrant. HEX triplet: 35, 09 and 40. RGB value is (53,9,64). Sum of RGB (Red+Green+Blue) = 53+9+64=126 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.06% from 126); Green value is 9 (3.91% from 255 or 7.14% from 126); Blue value is 64 (25.39% from 255 or 50.79% from 126); Max value from RGB is 64 - color contains mainly: blue. Hex color #350940 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350940 is #CAF6BF. Grayscale: #1C1C1C. Windows color (decimal): -13301440 or 4196661. OLE color: 4196661.

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

Color convert

RGB53964-
CMYK0.170.8600.75
HSL288º75.34%14.31%-
HSV(B)288º85.94%25.1%-
XYZ2.491.324.97-
YUV28.43148.08145.53-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 42.06%
GREEN value IS 9 (3.91% from 255) = 7.14%
BLUE value IS 64 (25.39% from 255) = 50.79%
R=42.06%
G=7.14%
B=50.79%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal539640.170.8600.7528875.3414.31
Hex35940115604B1204be
Octal651110021126011344011316
Binary110101100110000001000110101100100101110010000010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350940; }

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

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

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

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

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

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

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

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