#310B3D

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

Shades of Blackcurrant #310B3D

Tints of Blackcurrant #310B3D

Color information

#310B3D (or 0x310B3D) is unknown color: approx Blackcurrant. HEX triplet: 31, 0B and 3D. RGB value is (49,11,61). Sum of RGB (Red+Green+Blue) = 49+11+61=121 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.50% from 121); Green value is 11 (4.69% from 255 or 9.09% from 121); Blue value is 61 (24.22% from 255 or 50.41% from 121); Max value from RGB is 61 - color contains mainly: blue. Hex color #310B3D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310B3D is #CEF4C2. Grayscale: #1B1B1B. Windows color (decimal): -13563075 or 4000561. OLE color: 4000561.

HSL color Cylindrical-coordinate representation of color #310B3D: hue angle of 285.6º degrees, saturation: 0.69, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #310B3D is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB491161-
CMYK0.200.8200.76
HSL285.6º69.44%14.12%-
HSV(B)285.6º81.97%23.92%-
XYZ2.231.234.53-
YUV28.06146.59142.93-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 40.50%
GREEN value IS 11 (4.69% from 255) = 9.09%
BLUE value IS 61 (24.22% from 255) = 50.41%
R=40.50%
G=9.09%
B=50.41%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4911610.200.8200.76285.669.4414.12
Hex31B3D145204C11e45e
Octal61137524122011443610516
Binary11000110111111011010010100100100110010001111010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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