#1F0931

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

Shades of Blackcurrant #1F0931

Tints of Blackcurrant #1F0931

Color information

#1F0931 (or 0x1F0931) is unknown color: approx Blackcurrant. HEX triplet: 1F, 09 and 31. RGB value is (31,9,49). Sum of RGB (Red+Green+Blue) = 31+9+49=89 (11% of max value = 765). Red value is 31 (12.5% from 255 or 34.83% from 89); Green value is 9 (3.91% from 255 or 10.11% from 89); Blue value is 49 (19.53% from 255 or 55.06% from 89); Max value from RGB is 49 - color contains mainly: blue. Hex color #1F0931 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0931 is #E0F6CE. Grayscale: #141414. Windows color (decimal): -14743247 or 3213599. OLE color: 3213599.

HSL color Cylindrical-coordinate representation of color #1F0931: hue angle of 273º degrees, saturation: 0.69, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F0931 is Cyan = 0.37, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB31949-
CMYK0.370.8200.81
HSL273º68.97%11.37%-
HSV(B)273º81.63%19.22%-
XYZ1.220.712.98-
YUV20.14144.29135.75-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 34.83%
GREEN value IS 9 (3.91% from 255) = 10.11%
BLUE value IS 49 (19.53% from 255) = 55.06%
R=34.83%
G=10.11%
B=55.06%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal319490.370.8200.8127368.9711.37
Hex1F931255205111145b
Octal37116145122012142110513
Binary11111100111000110010110100100101000110001000110001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F0931; }

 p { color: rgb(31,9,49); }

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

<style>
 a { background-color: #1F0931; }

 a { background-color: rgb(31,9,49); }

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

<style>
 span { border-color: #1F0931; }

 span { border-color: rgb(31,9,49); }

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