#350445

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

Shades of Blackcurrant #350445

Tints of Blackcurrant #350445

Color information

#350445 (or 0x350445) is unknown color: approx Blackcurrant. HEX triplet: 35, 04 and 45. RGB value is (53,4,69). Sum of RGB (Red+Green+Blue) = 53+4+69=126 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.06% from 126); Green value is 4 (1.95% from 255 or 3.17% from 126); Blue value is 69 (27.34% from 255 or 54.76% from 126); Max value from RGB is 69 - color contains mainly: blue. Hex color #350445 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350445 is #CAFBBA. Grayscale: #191919. Windows color (decimal): -13302715 or 4523061. OLE color: 4523061.

HSL color Cylindrical-coordinate representation of color #350445: hue angle of 285.23º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #350445 is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB53469-
CMYK0.230.9400.73
HSL285.23º89.04%14.31%-
HSV(B)285.23º94.2%27.06%-
XYZ2.591.275.74-
YUV26.06152.23147.21-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 42.06%
GREEN value IS 4 (1.95% from 255) = 3.17%
BLUE value IS 69 (27.34% from 255) = 54.76%
R=42.06%
G=3.17%
B=54.76%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal534690.230.9400.73285.2389.0414.31
Hex35445175E04911d59e
Octal65410527136011143513116
Binary11010110010001011011110111100100100110001110110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350445; }

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

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

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

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

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

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

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

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