#350853

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

Shades of Blackcurrant #350853

Tints of Blackcurrant #350853

Color information

#350853 (or 0x350853) is unknown color: approx Blackcurrant. HEX triplet: 35, 08 and 53. RGB value is (53,8,83). Sum of RGB (Red+Green+Blue) = 53+8+83=144 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.81% from 144); Green value is 8 (3.52% from 255 or 5.56% from 144); Blue value is 83 (32.81% from 255 or 57.64% from 144); Max value from RGB is 83 - color contains mainly: blue. Hex color #350853 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350853 is #CAF7AC. Grayscale: #1D1D1D. Windows color (decimal): -13301677 or 5441589. OLE color: 5441589.

HSL color Cylindrical-coordinate representation of color #350853: hue angle of 276º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #350853 is Cyan = 0.36, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB53883-
CMYK0.360.9000.67
HSL276º82.42%17.84%-
HSV(B)276º90.36%32.55%-
XYZ3.121.568.32-
YUV30157.91144.4-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.81%
GREEN value IS 8 (3.52% from 255) = 5.56%
BLUE value IS 83 (32.81% from 255) = 57.64%
R=36.81%
G=5.56%
B=57.64%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal538830.360.9000.6727682.4217.84
Hex35853245A0431145212
Octal651012344132010342412222
Binary11010110001010011100100101101001000011100010100101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350853; }

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

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

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

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

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

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

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

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