#350251

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

Shades of Blackcurrant #350251

Tints of Blackcurrant #350251

Color information

#350251 (or 0x350251) is unknown color: approx Blackcurrant. HEX triplet: 35, 02 and 51. RGB value is (53,2,81). Sum of RGB (Red+Green+Blue) = 53+2+81=136 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.97% from 136); Green value is 2 (1.17% from 255 or 1.47% from 136); Blue value is 81 (32.03% from 255 or 59.56% from 136); Max value from RGB is 81 - color contains mainly: blue. Hex color #350251 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350251 is #CAFDAE. Grayscale: #191919. Windows color (decimal): -13303215 or 5308981. OLE color: 5308981.

HSL color Cylindrical-coordinate representation of color #350251: hue angle of 278.73º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #350251 is Cyan = 0.35, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB53281-
CMYK0.350.9800.68
HSL278.73º95.18%16.27%-
HSV(B)278.73º97.53%31.76%-
XYZ2.981.397.9-
YUV26.26158.9147.08-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 38.97%
GREEN value IS 2 (1.17% from 255) = 1.47%
BLUE value IS 81 (32.03% from 255) = 59.56%
R=38.97%
G=1.47%
B=59.56%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal532810.350.9800.68278.7395.1816.27
Hex3525123620441175f10
Octal65212143142010442713720
Binary110101101010001100011110001001000100100010111101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350251; }

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

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

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

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

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

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

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

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