#350951

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

Shades of Blackcurrant #350951

Tints of Blackcurrant #350951

Color information

#350951 (or 0x350951) is unknown color: approx Blackcurrant. HEX triplet: 35, 09 and 51. RGB value is (53,9,81). Sum of RGB (Red+Green+Blue) = 53+9+81=143 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.06% from 143); Green value is 9 (3.91% from 255 or 6.29% from 143); Blue value is 81 (32.03% from 255 or 56.64% from 143); Max value from RGB is 81 - color contains mainly: blue. Hex color #350951 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350951 is #CAF6AE. Grayscale: #1E1E1E. Windows color (decimal): -13301423 or 5310773. OLE color: 5310773.

HSL color Cylindrical-coordinate representation of color #350951: hue angle of 276.67º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #350951 is Cyan = 0.35, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB53981-
CMYK0.350.8900.68
HSL276.67º80%17.65%-
HSV(B)276.67º88.89%31.76%-
XYZ3.051.557.92-
YUV30.36156.58144.15-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 37.06%
GREEN value IS 9 (3.91% from 255) = 6.29%
BLUE value IS 81 (32.03% from 255) = 56.64%
R=37.06%
G=6.29%
B=56.64%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal539810.350.8900.68276.678017.65
Hex3595123590441155012
Octal651112143131010442512022
Binary11010110011010001100011101100101000100100010101101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350951; }

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

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

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

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

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

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

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

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