#351249

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

Shades of Blackcurrant #351249

Tints of Blackcurrant #351249

Color information

#351249 (or 0x351249) is unknown color: approx Blackcurrant. HEX triplet: 35, 12 and 49. RGB value is (53,18,73). Sum of RGB (Red+Green+Blue) = 53+18+73=144 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.81% from 144); Green value is 18 (7.42% from 255 or 12.5% from 144); Blue value is 73 (28.91% from 255 or 50.69% from 144); Max value from RGB is 73 - color contains mainly: blue. Hex color #351249 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351249 is #CAEDB6. Grayscale: #222222. Windows color (decimal): -13299127 or 4788789. OLE color: 4788789.

HSL color Cylindrical-coordinate representation of color #351249: hue angle of 278.18º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #351249 is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB531873-
CMYK0.270.7500.71
HSL278.18º60.44%17.84%-
HSV(B)278.18º75.34%28.63%-
XYZ2.891.676.47-
YUV34.74149.6141.03-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.81%
GREEN value IS 18 (7.42% from 255) = 12.5%
BLUE value IS 73 (28.91% from 255) = 50.69%
R=36.81%
G=12.5%
B=50.69%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5318730.270.7500.71278.1860.4417.84
Hex3512491B4B0471163c12
Octal65221113311301074267422
Binary1101011001010010011101110010110100011110001011011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351249; }

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

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

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

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

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

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

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

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