#31103F

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

Shades of Blackcurrant #31103F

Tints of Blackcurrant #31103F

Color information

#31103F (or 0x31103F) is unknown color: approx Blackcurrant. HEX triplet: 31, 10 and 3F. RGB value is (49,16,63). Sum of RGB (Red+Green+Blue) = 49+16+63=128 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.28% from 128); Green value is 16 (6.64% from 255 or 12.5% from 128); Blue value is 63 (25% from 255 or 49.22% from 128); Max value from RGB is 63 - color contains mainly: blue. Hex color #31103F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31103F is #CEEFC0. Grayscale: #1F1F1F. Windows color (decimal): -13561793 or 4132913. OLE color: 4132913.

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

Color convert

RGB491663-
CMYK0.220.7500.75
HSL282.13º59.49%15.49%-
HSV(B)282.13º74.6%24.71%-
XYZ2.351.384.85-
YUV31.22145.93140.68-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 38.28%
GREEN value IS 16 (6.64% from 255) = 12.5%
BLUE value IS 63 (25% from 255) = 49.22%
R=38.28%
G=12.5%
B=49.22%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4916630.220.7500.75282.1359.4915.49
Hex31103F164B04B11a3bf
Octal6120772611301134327317
Binary11000110000111111101101001011010010111000110101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31103F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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