#310D41

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

Shades of Blackcurrant #310D41

Tints of Blackcurrant #310D41

Color information

#310D41 (or 0x310D41) is unknown color: approx Blackcurrant. HEX triplet: 31, 0D and 41. RGB value is (49,13,65). Sum of RGB (Red+Green+Blue) = 49+13+65=127 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.58% from 127); Green value is 13 (5.47% from 255 or 10.24% from 127); Blue value is 65 (25.78% from 255 or 51.18% from 127); Max value from RGB is 65 - color contains mainly: blue. Hex color #310D41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310D41 is #CEF2BE. Grayscale: #1D1D1D. Windows color (decimal): -13562559 or 4263217. OLE color: 4263217.

HSL color Cylindrical-coordinate representation of color #310D41: hue angle of 281.54º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #310D41 is Cyan = 0.25, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB491365-
CMYK0.250.8000.75
HSL281.54º66.67%15.29%-
HSV(B)281.54º80%25.49%-
XYZ2.361.325.13-
YUV29.69147.93141.77-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 38.58%
GREEN value IS 13 (5.47% from 255) = 10.24%
BLUE value IS 65 (25.78% from 255) = 51.18%
R=38.58%
G=10.24%
B=51.18%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4913650.250.8000.75281.5466.6715.29
Hex31D41195004B11a43f
Octal611510131120011343210317
Binary110001110110000011100110100000100101110001101010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310D41; }

 p { color: rgb(49,13,65); }

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

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

 a { background-color: rgb(49,13,65); }

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

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

 span { border-color: rgb(49,13,65); }

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