#350448

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

Shades of Blackcurrant #350448

Tints of Blackcurrant #350448

Color information

#350448 (or 0x350448) is unknown color: approx Blackcurrant. HEX triplet: 35, 04 and 48. RGB value is (53,4,72). Sum of RGB (Red+Green+Blue) = 53+4+72=129 (17% of max value = 765). Red value is 53 (21.09% from 255 or 41.09% from 129); Green value is 4 (1.95% from 255 or 3.10% from 129); Blue value is 72 (28.52% from 255 or 55.81% from 129); Max value from RGB is 72 - color contains mainly: blue. Hex color #350448 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350448 is #CAFBB7. Grayscale: #1A1A1A. Windows color (decimal): -13302712 or 4719669. OLE color: 4719669.

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

Color convert

RGB53472-
CMYK0.260.9400.72
HSL283.24º89.47%14.9%-
HSV(B)283.24º94.44%28.24%-
XYZ2.681.316.24-
YUV26.4153.73146.97-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 41.09%
GREEN value IS 4 (1.95% from 255) = 3.10%
BLUE value IS 72 (28.52% from 255) = 55.81%
R=41.09%
G=3.10%
B=55.81%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal534720.260.9400.72283.2489.4714.9
Hex354481A5E04811b59f
Octal65411032136011043313117
Binary11010110010010001101010111100100100010001101110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350448; }

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

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

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

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

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

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

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

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