#310053

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

Shades of Blackcurrant #310053

Tints of Blackcurrant #310053

Color information

#310053 (or 0x310053) is unknown color: approx Blackcurrant. HEX triplet: 31, 00 and 53. RGB value is (49,0,83). Sum of RGB (Red+Green+Blue) = 49+0+83=132 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.12% from 132); Green value is 0 (0.39% from 255 or 0% from 132); Blue value is 83 (32.81% from 255 or 62.88% from 132); Max value from RGB is 83 - color contains mainly: blue. Hex color #310053 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310053 is #CEFFAC. Grayscale: #171717. Windows color (decimal): -13565869 or 5439537. OLE color: 5439537.

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

Color convert

RGB49083-
CMYK0.41100.67
HSL275.42º100%16.27%-
HSV(B)275.42º100%32.55%-
XYZ2.831.288.28-
YUV24.11161.23145.75-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 37.12%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 83 (32.81% from 255) = 62.88%
R=37.12%
G=0%
B=62.88%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal490830.41100.67275.4210016.27
Hex3105329640431136410
Octal61012351144010342314420
Binary11000101010011101001110010001000011100010011110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310053; }

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

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

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

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

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

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

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

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