#350447

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

Shades of Blackcurrant #350447

Tints of Blackcurrant #350447

Color information

#350447 (or 0x350447) is unknown color: approx Blackcurrant. HEX triplet: 35, 04 and 47. RGB value is (53,4,71). Sum of RGB (Red+Green+Blue) = 53+4+71=128 (16% of max value = 765). Red value is 53 (21.09% from 255 or 41.41% from 128); Green value is 4 (1.95% from 255 or 3.12% from 128); Blue value is 71 (28.12% from 255 or 55.47% from 128); Max value from RGB is 71 - color contains mainly: blue. Hex color #350447 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350447 is #CAFBB8. Grayscale: #1A1A1A. Windows color (decimal): -13302713 or 4654133. OLE color: 4654133.

HSL color Cylindrical-coordinate representation of color #350447: hue angle of 283.88º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #350447 is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB53471-
CMYK0.250.9400.72
HSL283.88º89.33%14.71%-
HSV(B)283.88º94.37%27.84%-
XYZ2.651.36.07-
YUV26.29153.23147.05-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 41.41%
GREEN value IS 4 (1.95% from 255) = 3.12%
BLUE value IS 71 (28.12% from 255) = 55.47%
R=41.41%
G=3.12%
B=55.47%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal534710.250.9400.72283.8889.3314.71
Hex35447195E04811c59f
Octal65410731136011043413117
Binary11010110010001111100110111100100100010001110010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350447; }

 p { color: rgb(53,4,71); }

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

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

 a { background-color: rgb(53,4,71); }

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

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

 span { border-color: rgb(53,4,71); }

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