#350E50

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

Shades of Blackcurrant #350E50

Tints of Blackcurrant #350E50

Color information

#350E50 (or 0x350E50) is unknown color: approx Blackcurrant. HEX triplet: 35, 0E and 50. RGB value is (53,14,80). Sum of RGB (Red+Green+Blue) = 53+14+80=147 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.05% from 147); Green value is 14 (5.86% from 255 or 9.52% from 147); Blue value is 80 (31.64% from 255 or 54.42% from 147); Max value from RGB is 80 - color contains mainly: blue. Hex color #350E50 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350E50 is #CAF1AF. Grayscale: #202020. Windows color (decimal): -13300144 or 5246517. OLE color: 5246517.

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

Color convert

RGB531480-
CMYK0.340.8300.69
HSL275.45º70.21%18.43%-
HSV(B)275.45º82.5%31.37%-
XYZ3.071.657.75-
YUV33.18154.42142.13-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.05%
GREEN value IS 14 (5.86% from 255) = 9.52%
BLUE value IS 80 (31.64% from 255) = 54.42%
R=36.05%
G=9.52%
B=54.42%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5314800.340.8300.69275.4570.2118.43
Hex35E5022530451134612
Octal651612042123010542310622
Binary11010111101010000100010101001101000101100010011100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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