#350646

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

Shades of Blackcurrant #350646

Tints of Blackcurrant #350646

Color information

#350646 (or 0x350646) is unknown color: approx Blackcurrant. HEX triplet: 35, 06 and 46. RGB value is (53,6,70). Sum of RGB (Red+Green+Blue) = 53+6+70=129 (17% of max value = 765). Red value is 53 (21.09% from 255 or 41.09% from 129); Green value is 6 (2.73% from 255 or 4.65% from 129); Blue value is 70 (27.73% from 255 or 54.26% from 129); Max value from RGB is 70 - color contains mainly: blue. Hex color #350646 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350646 is #CAF9B9. Grayscale: #1B1B1B. Windows color (decimal): -13302202 or 4589109. OLE color: 4589109.

HSL color Cylindrical-coordinate representation of color #350646: hue angle of 284.06º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #350646 is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB53670-
CMYK0.240.9100.73
HSL284.06º84.21%14.9%-
HSV(B)284.06º91.43%27.45%-
XYZ2.641.335.91-
YUV27.35152.07146.3-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 41.09%
GREEN value IS 6 (2.73% from 255) = 4.65%
BLUE value IS 70 (27.73% from 255) = 54.26%
R=41.09%
G=4.65%
B=54.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal536700.240.9100.73284.0684.2114.9
Hex35646185B04911c54f
Octal65610630133011143412417
Binary11010111010001101100010110110100100110001110010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350646; }

 p { color: rgb(53,6,70); }

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

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

 a { background-color: rgb(53,6,70); }

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

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

 span { border-color: rgb(53,6,70); }

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