#351548

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

Shades of Blackcurrant #351548

Tints of Blackcurrant #351548

Color information

#351548 (or 0x351548) is unknown color: approx Blackcurrant. HEX triplet: 35, 15 and 48. RGB value is (53,21,72). Sum of RGB (Red+Green+Blue) = 53+21+72=146 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.30% from 146); Green value is 21 (8.59% from 255 or 14.38% from 146); Blue value is 72 (28.52% from 255 or 49.32% from 146); Max value from RGB is 72 - color contains mainly: blue. Hex color #351548 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351548 is #CAEAB7. Grayscale: #242424. Windows color (decimal): -13298360 or 4724021. OLE color: 4724021.

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

Color convert

RGB532172-
CMYK0.260.7100.72
HSL277.65º54.84%18.24%-
HSV(B)277.65º70.83%28.24%-
XYZ2.911.766.32-
YUV36.38148.1139.85-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.30%
GREEN value IS 21 (8.59% from 255) = 14.38%
BLUE value IS 72 (28.52% from 255) = 49.32%
R=36.30%
G=14.38%
B=49.32%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5321720.260.7100.72277.6554.8418.24
Hex3515481A470481163712
Octal65251103210701104266722
Binary1101011010110010001101010001110100100010001011011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351548; }

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

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

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

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

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

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

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

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