#351148

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

Shades of Blackcurrant #351148

Tints of Blackcurrant #351148

Color information

#351148 (or 0x351148) is unknown color: approx Blackcurrant. HEX triplet: 35, 11 and 48. RGB value is (53,17,72). Sum of RGB (Red+Green+Blue) = 53+17+72=142 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.32% from 142); Green value is 17 (7.03% from 255 or 11.97% from 142); Blue value is 72 (28.52% from 255 or 50.70% from 142); Max value from RGB is 72 - color contains mainly: blue. Hex color #351148 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351148 is #CAEEB7. Grayscale: #212121. Windows color (decimal): -13299384 or 4722997. OLE color: 4722997.

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

Color convert

RGB531772-
CMYK0.260.7600.72
HSL279.27º61.8%17.45%-
HSV(B)279.27º76.39%28.24%-
XYZ2.841.636.3-
YUV34.03149.43141.53-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 37.32%
GREEN value IS 17 (7.03% from 255) = 11.97%
BLUE value IS 72 (28.52% from 255) = 50.70%
R=37.32%
G=11.97%
B=50.70%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5317720.260.7600.72279.2761.817.45
Hex3511481A4C0481173e11
Octal65211103211401104277621
Binary1101011000110010001101010011000100100010001011111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351148; }

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

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

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

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

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

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

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

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