#351247

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

Shades of Blackcurrant #351247

Tints of Blackcurrant #351247

Color information

#351247 (or 0x351247) is unknown color: approx Blackcurrant. HEX triplet: 35, 12 and 47. RGB value is (53,18,71). Sum of RGB (Red+Green+Blue) = 53+18+71=142 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.32% from 142); Green value is 18 (7.42% from 255 or 12.68% from 142); Blue value is 71 (28.12% from 255 or 50% from 142); Max value from RGB is 71 - color contains mainly: blue. Hex color #351247 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351247 is #CAEDB8. Grayscale: #222222. Windows color (decimal): -13299129 or 4657717. OLE color: 4657717.

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

Color convert

RGB531871-
CMYK0.250.7500.72
HSL279.62º59.55%17.45%-
HSV(B)279.62º74.65%27.84%-
XYZ2.821.646.13-
YUV34.51148.6141.19-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 37.32%
GREEN value IS 18 (7.42% from 255) = 12.68%
BLUE value IS 71 (28.12% from 255) = 50%
R=37.32%
G=12.68%
B=50%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5318710.250.7500.72279.6259.5517.45
Hex351247194B0481183c11
Octal65221073111301104307421
Binary1101011001010001111100110010110100100010001100011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351247; }

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

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

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

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

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

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

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

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