#350355

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

Shades of Blackcurrant #350355

Tints of Blackcurrant #350355

Color information

#350355 (or 0x350355) is unknown color: approx Blackcurrant. HEX triplet: 35, 03 and 55. RGB value is (53,3,85). Sum of RGB (Red+Green+Blue) = 53+3+85=141 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.59% from 141); Green value is 3 (1.56% from 255 or 2.13% from 141); Blue value is 85 (33.59% from 255 or 60.28% from 141); Max value from RGB is 85 - color contains mainly: blue. Hex color #350355 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350355 is #CAFCAA. Grayscale: #1B1B1B. Windows color (decimal): -13302955 or 5571381. OLE color: 5571381.

HSL color Cylindrical-coordinate representation of color #350355: hue angle of 276.59º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #350355 is Cyan = 0.38, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB53385-
CMYK0.380.9600.67
HSL276.59º93.18%17.25%-
HSV(B)276.59º96.47%33.33%-
XYZ3.141.488.71-
YUV27.3160.56146.33-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 37.59%
GREEN value IS 3 (1.56% from 255) = 2.13%
BLUE value IS 85 (33.59% from 255) = 60.28%
R=37.59%
G=2.13%
B=60.28%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal533850.380.9600.67276.5993.1817.25
Hex3535526600431155d11
Octal65312546140010342513521
Binary110101111010101100110110000001000011100010101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350355; }

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

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

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

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

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

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

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

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