#350D53

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

Shades of Blackcurrant #350D53

Tints of Blackcurrant #350D53

Color information

#350D53 (or 0x350D53) is unknown color: approx Blackcurrant. HEX triplet: 35, 0D and 53. RGB value is (53,13,83). Sum of RGB (Red+Green+Blue) = 53+13+83=149 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.57% from 149); Green value is 13 (5.47% from 255 or 8.72% from 149); Blue value is 83 (32.81% from 255 or 55.70% from 149); Max value from RGB is 83 - color contains mainly: blue. Hex color #350D53 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350D53 is #CAF2AC. Grayscale: #202020. Windows color (decimal): -13300397 or 5442869. OLE color: 5442869.

HSL color Cylindrical-coordinate representation of color #350D53: hue angle of 274.29º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #350D53 is Cyan = 0.36, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB531383-
CMYK0.360.8400.67
HSL274.29º72.92%18.82%-
HSV(B)274.29º84.34%32.55%-
XYZ3.171.678.34-
YUV32.94156.25142.31-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 35.57%
GREEN value IS 13 (5.47% from 255) = 8.72%
BLUE value IS 83 (32.81% from 255) = 55.70%
R=35.57%
G=8.72%
B=55.70%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5313830.360.8400.67274.2972.9218.82
Hex35D5324540431124913
Octal651512344124010342211123
Binary11010111011010011100100101010001000011100010010100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,13,83); }

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

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

 a { background-color: rgb(53,13,83); }

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

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

 span { border-color: rgb(53,13,83); }

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