#351348

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

Shades of Blackcurrant #351348

Tints of Blackcurrant #351348

Color information

#351348 (or 0x351348) is unknown color: approx Blackcurrant. HEX triplet: 35, 13 and 48. RGB value is (53,19,72). Sum of RGB (Red+Green+Blue) = 53+19+72=144 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.81% from 144); Green value is 19 (7.81% from 255 or 13.19% from 144); Blue value is 72 (28.52% from 255 or 50% from 144); Max value from RGB is 72 - color contains mainly: blue. Hex color #351348 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351348 is #CAECB7. Grayscale: #232323. Windows color (decimal): -13298872 or 4723509. OLE color: 4723509.

HSL color Cylindrical-coordinate representation of color #351348: hue angle of 278.49º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #351348 is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB531972-
CMYK0.260.7400.72
HSL278.49º58.24%17.84%-
HSV(B)278.49º73.61%28.24%-
XYZ2.871.696.31-
YUV35.21148.76140.69-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.81%
GREEN value IS 19 (7.81% from 255) = 13.19%
BLUE value IS 72 (28.52% from 255) = 50%
R=36.81%
G=13.19%
B=50%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5319720.260.7400.72278.4958.2417.84
Hex3513481A4A0481163a12
Octal65231103211201104267222
Binary1101011001110010001101010010100100100010001011011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351348; }

 p { color: rgb(53,19,72); }

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

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

 a { background-color: rgb(53,19,72); }

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

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

 span { border-color: rgb(53,19,72); }

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