#1F0831

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

Shades of Blackcurrant #1F0831

Tints of Blackcurrant #1F0831

Color information

#1F0831 (or 0x1F0831) is unknown color: approx Blackcurrant. HEX triplet: 1F, 08 and 31. RGB value is (31,8,49). Sum of RGB (Red+Green+Blue) = 31+8+49=88 (11% of max value = 765). Red value is 31 (12.5% from 255 or 35.23% from 88); Green value is 8 (3.52% from 255 or 9.09% from 88); Blue value is 49 (19.53% from 255 or 55.68% from 88); Max value from RGB is 49 - color contains mainly: blue. Hex color #1F0831 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0831 is #E0F7CE. Grayscale: #131313. Windows color (decimal): -14743503 or 3213343. OLE color: 3213343.

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

Color convert

RGB31849-
CMYK0.370.8400.81
HSL273.66º71.93%11.18%-
HSV(B)273.66º83.67%19.22%-
XYZ1.210.692.97-
YUV19.55144.62136.17-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 35.23%
GREEN value IS 8 (3.52% from 255) = 9.09%
BLUE value IS 49 (19.53% from 255) = 55.68%
R=35.23%
G=9.09%
B=55.68%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal318490.370.8400.81273.6671.9311.18
Hex1F831255405111248b
Octal37106145124012142211013
Binary11111100011000110010110101000101000110001001010010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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