#350A54

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

Shades of Blackcurrant #350A54

Tints of Blackcurrant #350A54

Color information

#350A54 (or 0x350A54) is unknown color: approx Blackcurrant. HEX triplet: 35, 0A and 54. RGB value is (53,10,84). Sum of RGB (Red+Green+Blue) = 53+10+84=147 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.05% from 147); Green value is 10 (4.30% from 255 or 6.80% from 147); Blue value is 84 (33.20% from 255 or 57.14% from 147); Max value from RGB is 84 - color contains mainly: blue. Hex color #350A54 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350A54 is #CAF5AB. Grayscale: #1F1F1F. Windows color (decimal): -13301164 or 5507637. OLE color: 5507637.

HSL color Cylindrical-coordinate representation of color #350A54: hue angle of 274.86º degrees, saturation: 0.79, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #350A54 is Cyan = 0.37, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB531084-
CMYK0.370.8800.67
HSL274.86º78.72%18.43%-
HSV(B)274.86º88.1%32.94%-
XYZ3.181.618.53-
YUV31.29157.75143.48-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.05%
GREEN value IS 10 (4.30% from 255) = 6.80%
BLUE value IS 84 (33.20% from 255) = 57.14%
R=36.05%
G=6.80%
B=57.14%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5310840.370.8800.67274.8678.7218.43
Hex35A5425580431134f12
Octal651212445130010342311722
Binary11010110101010100100101101100001000011100010011100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350A54; }

 p { color: rgb(53,10,84); }

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

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

 a { background-color: rgb(53,10,84); }

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

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

 span { border-color: rgb(53,10,84); }

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