#350358

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

Shades of Blackcurrant #350358

Tints of Blackcurrant #350358

Color information

#350358 (or 0x350358) is unknown color: approx Blackcurrant. HEX triplet: 35, 03 and 58. RGB value is (53,3,88). Sum of RGB (Red+Green+Blue) = 53+3+88=144 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.81% from 144); Green value is 3 (1.56% from 255 or 2.08% from 144); Blue value is 88 (34.77% from 255 or 61.11% from 144); Max value from RGB is 88 - color contains mainly: blue. Hex color #350358 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350358 is #CAFCA7. Grayscale: #1B1B1B. Windows color (decimal): -13302952 or 5767989. OLE color: 5767989.

HSL color Cylindrical-coordinate representation of color #350358: hue angle of 275.29º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #350358 is Cyan = 0.40, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB53388-
CMYK0.400.9700.65
HSL275.29º93.41%17.84%-
HSV(B)275.29º96.59%34.51%-
XYZ3.261.539.36-
YUV27.64162.06146.09-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.81%
GREEN value IS 3 (1.56% from 255) = 2.08%
BLUE value IS 88 (34.77% from 255) = 61.11%
R=36.81%
G=2.08%
B=61.11%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal533880.400.9700.65275.2993.4117.84
Hex3535828610411135d12
Octal65313050141010142313522
Binary110101111011000101000110000101000001100010011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350358; }

 p { color: rgb(53,3,88); }

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

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

 a { background-color: rgb(53,3,88); }

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

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

 span { border-color: rgb(53,3,88); }

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