#350548

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

Shades of Blackcurrant #350548

Tints of Blackcurrant #350548

Color information

#350548 (or 0x350548) is unknown color: approx Blackcurrant. HEX triplet: 35, 05 and 48. RGB value is (53,5,72). Sum of RGB (Red+Green+Blue) = 53+5+72=130 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.77% from 130); Green value is 5 (2.34% from 255 or 3.85% from 130); Blue value is 72 (28.52% from 255 or 55.38% from 130); Max value from RGB is 72 - color contains mainly: blue. Hex color #350548 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350548 is #CAFAB7. Grayscale: #1A1A1A. Windows color (decimal): -13302456 or 4719925. OLE color: 4719925.

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

Color convert

RGB53572-
CMYK0.260.9300.72
HSL282.99º87.01%15.1%-
HSV(B)282.99º93.06%28.24%-
XYZ2.691.336.25-
YUV26.99153.4146.55-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 40.77%
GREEN value IS 5 (2.34% from 255) = 3.85%
BLUE value IS 72 (28.52% from 255) = 55.38%
R=40.77%
G=3.85%
B=55.38%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal535720.260.9300.72282.9987.0115.1
Hex355481A5D04811b57f
Octal65511032135011043312717
Binary11010110110010001101010111010100100010001101110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350548; }

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

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

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

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

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

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

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

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