#310B41

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

Shades of Blackcurrant #310B41

Tints of Blackcurrant #310B41

Color information

#310B41 (or 0x310B41) is unknown color: approx Blackcurrant. HEX triplet: 31, 0B and 41. RGB value is (49,11,65). Sum of RGB (Red+Green+Blue) = 49+11+65=125 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.2% from 125); Green value is 11 (4.69% from 255 or 8.8% from 125); Blue value is 65 (25.78% from 255 or 52% from 125); Max value from RGB is 65 - color contains mainly: blue. Hex color #310B41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310B41 is #CEF4BE. Grayscale: #1C1C1C. Windows color (decimal): -13563071 or 4262705. OLE color: 4262705.

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

Color convert

RGB491165-
CMYK0.250.8300.75
HSL282.22º71.05%14.9%-
HSV(B)282.22º83.08%25.49%-
XYZ2.341.275.12-
YUV28.52148.59142.61-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 39.2%
GREEN value IS 11 (4.69% from 255) = 8.8%
BLUE value IS 65 (25.78% from 255) = 52%
R=39.2%
G=8.8%
B=52%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4911650.250.8300.75282.2271.0514.9
Hex31B41195304B11a47f
Octal611310131123011343210717
Binary110001101110000011100110100110100101110001101010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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