#350748

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

Shades of Blackcurrant #350748

Tints of Blackcurrant #350748

Color information

#350748 (or 0x350748) is unknown color: approx Blackcurrant. HEX triplet: 35, 07 and 48. RGB value is (53,7,72). Sum of RGB (Red+Green+Blue) = 53+7+72=132 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.15% from 132); Green value is 7 (3.12% from 255 or 5.30% from 132); Blue value is 72 (28.52% from 255 or 54.55% from 132); Max value from RGB is 72 - color contains mainly: blue. Hex color #350748 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350748 is #CAF8B7. Grayscale: #1B1B1B. Windows color (decimal): -13301944 or 4720437. OLE color: 4720437.

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

Color convert

RGB53772-
CMYK0.260.9000.72
HSL282.46º82.28%15.49%-
HSV(B)282.46º90.28%28.24%-
XYZ2.711.386.25-
YUV28.16152.74145.71-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 40.15%
GREEN value IS 7 (3.12% from 255) = 5.30%
BLUE value IS 72 (28.52% from 255) = 54.55%
R=40.15%
G=5.30%
B=54.55%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal537720.260.9000.72282.4682.2815.49
Hex357481A5A04811a52f
Octal65711032132011043212217
Binary11010111110010001101010110100100100010001101010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350748; }

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

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

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

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

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

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

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

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