#350856

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

Shades of Blackcurrant #350856

Tints of Blackcurrant #350856

Color information

#350856 (or 0x350856) is unknown color: approx Blackcurrant. HEX triplet: 35, 08 and 56. RGB value is (53,8,86). Sum of RGB (Red+Green+Blue) = 53+8+86=147 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.05% from 147); Green value is 8 (3.52% from 255 or 5.44% from 147); Blue value is 86 (33.98% from 255 or 58.50% from 147); Max value from RGB is 86 - color contains mainly: blue. Hex color #350856 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350856 is #CAF7A9. Grayscale: #1E1E1E. Windows color (decimal): -13301674 or 5638197. OLE color: 5638197.

HSL color Cylindrical-coordinate representation of color #350856: hue angle of 274.62º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #350856 is Cyan = 0.38, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB53886-
CMYK0.380.9100.66
HSL274.62º82.98%18.43%-
HSV(B)274.62º90.7%33.73%-
XYZ3.231.68.94-
YUV30.35159.41144.16-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.05%
GREEN value IS 8 (3.52% from 255) = 5.44%
BLUE value IS 86 (33.98% from 255) = 58.50%
R=36.05%
G=5.44%
B=58.50%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal538860.380.9100.66274.6282.9818.43
Hex35856265B0421135312
Octal651012646133010242312322
Binary11010110001010110100110101101101000010100010011101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350856; }

 p { color: rgb(53,8,86); }

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

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

 a { background-color: rgb(53,8,86); }

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

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

 span { border-color: rgb(53,8,86); }

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