#1F0447

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

Shades of Blackcurrant #1F0447

Tints of Blackcurrant #1F0447

Color information

#1F0447 (or 0x1F0447) is unknown color: approx Blackcurrant. HEX triplet: 1F, 04 and 47. RGB value is (31,4,71). Sum of RGB (Red+Green+Blue) = 31+4+71=106 (14% of max value = 765). Red value is 31 (12.5% from 255 or 29.25% from 106); Green value is 4 (1.95% from 255 or 3.77% from 106); Blue value is 71 (28.12% from 255 or 66.98% from 106); Max value from RGB is 71 - color contains mainly: blue. Hex color #1F0447 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0447 is #E0FBB8. Grayscale: #131313. Windows color (decimal): -14744505 or 4654111. OLE color: 4654111.

HSL color Cylindrical-coordinate representation of color #1F0447: hue angle of 264.18º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1F0447 is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB31471-
CMYK0.560.9400.72
HSL264.18º89.33%14.71%-
HSV(B)264.18º94.37%27.84%-
XYZ1.750.836.03-
YUV19.71156.95136.05-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 29.25%
GREEN value IS 4 (1.95% from 255) = 3.77%
BLUE value IS 71 (28.12% from 255) = 66.98%
R=29.25%
G=3.77%
B=66.98%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal314710.560.9400.72264.1889.3314.71
Hex1F447385E04810859f
Octal37410770136011041013117
Binary11111100100011111100010111100100100010000100010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,4,71); }

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

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

 a { background-color: rgb(31,4,71); }

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

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

 span { border-color: rgb(31,4,71); }

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