#1F0546

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

Shades of Blackcurrant #1F0546

Tints of Blackcurrant #1F0546

Color information

#1F0546 (or 0x1F0546) is unknown color: approx Blackcurrant. HEX triplet: 1F, 05 and 46. RGB value is (31,5,70). Sum of RGB (Red+Green+Blue) = 31+5+70=106 (14% of max value = 765). Red value is 31 (12.5% from 255 or 29.25% from 106); Green value is 5 (2.34% from 255 or 4.72% from 106); Blue value is 70 (27.73% from 255 or 66.04% from 106); Max value from RGB is 70 - color contains mainly: blue. Hex color #1F0546 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0546 is #E0FAB9. Grayscale: #131313. Windows color (decimal): -14744250 or 4588831. OLE color: 4588831.

HSL color Cylindrical-coordinate representation of color #1F0546: hue angle of 264º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1F0546 is Cyan = 0.56, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB31570-
CMYK0.560.9300.73
HSL264º86.67%14.71%-
HSV(B)264º92.86%27.45%-
XYZ1.720.845.87-
YUV20.18156.11135.71-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 29.25%
GREEN value IS 5 (2.34% from 255) = 4.72%
BLUE value IS 70 (27.73% from 255) = 66.04%
R=29.25%
G=4.72%
B=66.04%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal315700.560.9300.7326486.6714.71
Hex1F546385D04910857f
Octal37510670135011141012717
Binary11111101100011011100010111010100100110000100010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,5,70); }

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

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

 a { background-color: rgb(31,5,70); }

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

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

 span { border-color: rgb(31,5,70); }

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