#350255

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

Shades of Blackcurrant #350255

Tints of Blackcurrant #350255

Color information

#350255 (or 0x350255) is unknown color: approx Blackcurrant. HEX triplet: 35, 02 and 55. RGB value is (53,2,85). Sum of RGB (Red+Green+Blue) = 53+2+85=140 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.86% from 140); Green value is 2 (1.17% from 255 or 1.43% from 140); Blue value is 85 (33.59% from 255 or 60.71% from 140); Max value from RGB is 85 - color contains mainly: blue. Hex color #350255 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350255 is #CAFDAA. Grayscale: #1A1A1A. Windows color (decimal): -13303211 or 5571125. OLE color: 5571125.

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

Color convert

RGB53285-
CMYK0.380.9800.67
HSL276.87º95.4%17.06%-
HSV(B)276.87º97.65%33.33%-
XYZ3.131.468.71-
YUV26.71160.9146.75-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 37.86%
GREEN value IS 2 (1.17% from 255) = 1.43%
BLUE value IS 85 (33.59% from 255) = 60.71%
R=37.86%
G=1.43%
B=60.71%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal532850.380.9800.67276.8795.417.06
Hex3525526620431155f11
Octal65212546142010342513721
Binary110101101010101100110110001001000011100010101101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350255; }

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

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

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

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

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

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

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

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