#31103D

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

Shades of Blackcurrant #31103D

Tints of Blackcurrant #31103D

Color information

#31103D (or 0x31103D) is unknown color: approx Blackcurrant. HEX triplet: 31, 10 and 3D. RGB value is (49,16,61). Sum of RGB (Red+Green+Blue) = 49+16+61=126 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.89% from 126); Green value is 16 (6.64% from 255 or 12.70% from 126); Blue value is 61 (24.22% from 255 or 48.41% from 126); Max value from RGB is 61 - color contains mainly: blue. Hex color #31103D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31103D is #CEEFC2. Grayscale: #1E1E1E. Windows color (decimal): -13561795 or 4001841. OLE color: 4001841.

HSL color Cylindrical-coordinate representation of color #31103D: hue angle of 284º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31103D is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB491661-
CMYK0.200.7400.76
HSL284º58.44%15.1%-
HSV(B)284º73.77%23.92%-
XYZ2.291.364.56-
YUV31144.93140.84-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 38.89%
GREEN value IS 16 (6.64% from 255) = 12.70%
BLUE value IS 61 (24.22% from 255) = 48.41%
R=38.89%
G=12.70%
B=48.41%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4916610.200.7400.7628458.4415.1
Hex31103D144A04C11c3af
Octal6120752411201144347217
Binary11000110000111101101001001010010011001000111001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31103D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31103D; }

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

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

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

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

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

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

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

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