#350D50

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

Shades of Blackcurrant #350D50

Tints of Blackcurrant #350D50

Color information

#350D50 (or 0x350D50) is unknown color: approx Blackcurrant. HEX triplet: 35, 0D and 50. RGB value is (53,13,80). Sum of RGB (Red+Green+Blue) = 53+13+80=146 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.30% from 146); Green value is 13 (5.47% from 255 or 8.90% from 146); Blue value is 80 (31.64% from 255 or 54.79% from 146); Max value from RGB is 80 - color contains mainly: blue. Hex color #350D50 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350D50 is #CAF2AF. Grayscale: #202020. Windows color (decimal): -13300400 or 5246261. OLE color: 5246261.

HSL color Cylindrical-coordinate representation of color #350D50: hue angle of 275.82º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #350D50 is Cyan = 0.34, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB531380-
CMYK0.340.8400.69
HSL275.82º72.04%18.24%-
HSV(B)275.82º83.75%31.37%-
XYZ3.061.627.74-
YUV32.6154.75142.55-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.30%
GREEN value IS 13 (5.47% from 255) = 8.90%
BLUE value IS 80 (31.64% from 255) = 54.79%
R=36.30%
G=8.90%
B=54.79%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5313800.340.8400.69275.8272.0418.24
Hex35D5022540451144812
Octal651512042124010542411022
Binary11010111011010000100010101010001000101100010100100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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