#310755

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

Shades of Blackcurrant #310755

Tints of Blackcurrant #310755

Color information

#310755 (or 0x310755) is unknown color: approx Blackcurrant. HEX triplet: 31, 07 and 55. RGB value is (49,7,85). Sum of RGB (Red+Green+Blue) = 49+7+85=141 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.75% from 141); Green value is 7 (3.12% from 255 or 4.96% 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 #310755 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310755 is #CEF8AA. Grayscale: #1C1C1C. Windows color (decimal): -13564075 or 5572401. OLE color: 5572401.

HSL color Cylindrical-coordinate representation of color #310755: hue angle of 272.31º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #310755 is Cyan = 0.42, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB49785-
CMYK0.420.9200.67
HSL272.31º84.78%18.04%-
HSV(B)272.31º91.76%33.33%-
XYZ2.981.468.72-
YUV28.45159.91142.66-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 34.75%
GREEN value IS 7 (3.12% from 255) = 4.96%
BLUE value IS 85 (33.59% from 255) = 60.28%
R=34.75%
G=4.96%
B=60.28%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal497850.420.9200.67272.3184.7818.04
Hex317552A5C0431105512
Octal61712552134010342012522
Binary1100011111010101101010101110001000011100010000101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310755; }

 p { color: rgb(49,7,85); }

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

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

 a { background-color: rgb(49,7,85); }

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

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

 span { border-color: rgb(49,7,85); }

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