#350246

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

Shades of Blackcurrant #350246

Tints of Blackcurrant #350246

Color information

#350246 (or 0x350246) is unknown color: approx Blackcurrant. HEX triplet: 35, 02 and 46. RGB value is (53,2,70). Sum of RGB (Red+Green+Blue) = 53+2+70=125 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.4% from 125); Green value is 2 (1.17% from 255 or 1.6% from 125); Blue value is 70 (27.73% from 255 or 56% from 125); Max value from RGB is 70 - color contains mainly: blue. Hex color #350246 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350246 is #CAFDB9. Grayscale: #181818. Windows color (decimal): -13303226 or 4588085. OLE color: 4588085.

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

Color convert

RGB53270-
CMYK0.240.9700.73
HSL285º94.44%14.12%-
HSV(B)285º97.14%27.45%-
XYZ2.61.245.9-
YUV25153.4147.97-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 42.4%
GREEN value IS 2 (1.17% from 255) = 1.6%
BLUE value IS 70 (27.73% from 255) = 56%
R=42.4%
G=1.6%
B=56%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal532700.240.9700.7328594.4414.12
Hex35246186104911d5ee
Octal65210630141011143513616
Binary1101011010001101100011000010100100110001110110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350246; }

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

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

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

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

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

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

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

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