#350247

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

Shades of Blackcurrant #350247

Tints of Blackcurrant #350247

Color information

#350247 (or 0x350247) is unknown color: approx Blackcurrant. HEX triplet: 35, 02 and 47. RGB value is (53,2,71). Sum of RGB (Red+Green+Blue) = 53+2+71=126 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.06% from 126); Green value is 2 (1.17% from 255 or 1.59% from 126); Blue value is 71 (28.12% from 255 or 56.35% from 126); Max value from RGB is 71 - color contains mainly: blue. Hex color #350247 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350247 is #CAFDB8. Grayscale: #181818. Windows color (decimal): -13303225 or 4653621. OLE color: 4653621.

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

Color convert

RGB53271-
CMYK0.250.9700.72
HSL284.35º94.52%14.31%-
HSV(B)284.35º97.18%27.84%-
XYZ2.631.266.07-
YUV25.12153.9147.89-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 42.06%
GREEN value IS 2 (1.17% from 255) = 1.59%
BLUE value IS 71 (28.12% from 255) = 56.35%
R=42.06%
G=1.59%
B=56.35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal532710.250.9700.72284.3594.5214.31
Hex35247196104811c5fe
Octal65210731141011043413716
Binary1101011010001111100111000010100100010001110010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350247; }

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

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

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

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

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

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

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

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