#310453

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

Shades of Blackcurrant #310453

Tints of Blackcurrant #310453

Color information

#310453 (or 0x310453) is unknown color: approx Blackcurrant. HEX triplet: 31, 04 and 53. RGB value is (49,4,83). Sum of RGB (Red+Green+Blue) = 49+4+83=136 (18% of max value = 765). Red value is 49 (19.53% from 255 or 36.03% from 136); Green value is 4 (1.95% from 255 or 2.94% from 136); Blue value is 83 (32.81% from 255 or 61.03% from 136); Max value from RGB is 83 - color contains mainly: blue. Hex color #310453 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310453 is #CEFBAC. Grayscale: #1A1A1A. Windows color (decimal): -13564845 or 5440561. OLE color: 5440561.

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

Color convert

RGB49483-
CMYK0.410.9500.67
HSL274.18º90.8%17.06%-
HSV(B)274.18º95.18%32.55%-
XYZ2.871.368.3-
YUV26.46159.91144.08-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 36.03%
GREEN value IS 4 (1.95% from 255) = 2.94%
BLUE value IS 83 (32.81% from 255) = 61.03%
R=36.03%
G=2.94%
B=61.03%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal494830.410.9500.67274.1890.817.06
Hex31453295F0431125b11
Octal61412351137010342213321
Binary1100011001010011101001101111101000011100010010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310453; }

 p { color: rgb(49,4,83); }

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

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

 a { background-color: rgb(49,4,83); }

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

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

 span { border-color: rgb(49,4,83); }

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