#350A4E

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

Shades of Blackcurrant #350A4E

Tints of Blackcurrant #350A4E

Color information

#350A4E (or 0x350A4E) is unknown color: approx Blackcurrant. HEX triplet: 35, 0A and 4E. RGB value is (53,10,78). Sum of RGB (Red+Green+Blue) = 53+10+78=141 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.59% from 141); Green value is 10 (4.30% from 255 or 7.09% from 141); Blue value is 78 (30.86% from 255 or 55.32% from 141); Max value from RGB is 78 - color contains mainly: blue. Hex color #350A4E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350A4E is #CAF5B1. Grayscale: #1E1E1E. Windows color (decimal): -13301170 or 5114421. OLE color: 5114421.

HSL color Cylindrical-coordinate representation of color #350A4E: hue angle of 277.94º degrees, saturation: 0.77, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #350A4E is Cyan = 0.32, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB531078-
CMYK0.320.8700.69
HSL277.94º77.27%17.25%-
HSV(B)277.94º87.18%30.59%-
XYZ2.951.527.35-
YUV30.61154.75143.97-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 37.59%
GREEN value IS 10 (4.30% from 255) = 7.09%
BLUE value IS 78 (30.86% from 255) = 55.32%
R=37.59%
G=7.09%
B=55.32%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5310780.320.8700.69277.9477.2717.25
Hex35A4E20570451164d11
Octal651211640127010542611521
Binary11010110101001110100000101011101000101100010110100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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