#350450

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

Shades of Blackcurrant #350450

Tints of Blackcurrant #350450

Color information

#350450 (or 0x350450) is unknown color: approx Blackcurrant. HEX triplet: 35, 04 and 50. RGB value is (53,4,80). Sum of RGB (Red+Green+Blue) = 53+4+80=137 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.69% from 137); Green value is 4 (1.95% from 255 or 2.92% from 137); Blue value is 80 (31.64% from 255 or 58.39% from 137); Max value from RGB is 80 - color contains mainly: blue. Hex color #350450 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350450 is #CAFBAF. Grayscale: #1B1B1B. Windows color (decimal): -13302704 or 5243957. OLE color: 5243957.

HSL color Cylindrical-coordinate representation of color #350450: hue angle of 278.68º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #350450 is Cyan = 0.34, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB53480-
CMYK0.340.9500.69
HSL278.68º90.48%16.47%-
HSV(B)278.68º95%31.37%-
XYZ2.961.427.71-
YUV27.32157.73146.32-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 38.69%
GREEN value IS 4 (1.95% from 255) = 2.92%
BLUE value IS 80 (31.64% from 255) = 58.39%
R=38.69%
G=2.92%
B=58.39%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal534800.340.9500.69278.6890.4816.47
Hex35450225F0451175a10
Octal65412042137010542713220
Binary1101011001010000100010101111101000101100010111101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350450; }

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

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

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

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

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

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

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

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